(360) Exitspawn fix

This commit is contained in:
twinaphex 2013-01-11 20:10:04 +01:00
parent c58a54b0a3
commit 9a49430048

View File

@ -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
}