mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Android) Fix ROM parameter passing from Android frontend to
RetroArch native activity
This commit is contained in:
parent
26b62ba42e
commit
537db4929c
@ -693,6 +693,7 @@ static int frontend_android_process_args(int *argc, char *argv[], void *args)
|
||||
strlcpy(g_extern.fullpath, argv, sizeof(g_extern.fullpath));
|
||||
(*env)->ReleaseStringUTFChars(env, jstr, argv);
|
||||
|
||||
g_extern.lifecycle_state |= (1ULL << MODE_LOAD_GAME);
|
||||
RARCH_LOG("Auto-start game %s.\n", g_extern.fullpath);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user