mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +00:00
(360) Exitspawn fix
This commit is contained in:
parent
c58a54b0a3
commit
9a49430048
@ -391,7 +391,7 @@ static void system_exitspawn(void)
|
||||
#ifdef IS_SALAMANDER
|
||||
rarch_console_exec(default_paths.libretro_path);
|
||||
#else
|
||||
if(g_extern.fullpath)
|
||||
if(g_extern.lifecycle_menu_state & (1 << MODE_EXITSPAWN))
|
||||
rarch_console_exec(g_extern.fullpath);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user