Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Dec 19, 2024
1 parent 6574f65 commit ef7e1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8375,6 +8375,7 @@ static void headless_mode(){
void Java_com_sky_SkyEmu_EnhancedNativeActivity_se_1android_1load_1rom(JNIEnv *env, jobject thiz, jstring filePath) {
const char *nativeFilePath = (*env)->GetStringUTFChars(env, filePath, 0);
gui_state.ran_from_launcher=true;
gui_state.settings.save_to_path = true
se_load_rom(nativeFilePath);
(*env)->ReleaseStringUTFChars(env, filePath, nativeFilePath);
}
Expand Down

0 comments on commit ef7e1f3

Please sign in to comment.