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 ef7e1f3 commit 115c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8375,7 +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
gui_state.settings.save_to_path = true;
se_load_rom(nativeFilePath);
(*env)->ReleaseStringUTFChars(env, filePath, nativeFilePath);
}
Expand Down

0 comments on commit 115c426

Please sign in to comment.