mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(GX) fix exiting after failing to load a ROM
This commit is contained in:
parent
82b3edfe86
commit
da0d300d54
@ -349,7 +349,9 @@ begin_loop:
|
||||
else if(g_console.mode_switch == MODE_MENU)
|
||||
{
|
||||
menu_loop();
|
||||
rarch_startup(default_paths.config_file);
|
||||
|
||||
if (g_console.mode_switch != MODE_EXIT)
|
||||
rarch_startup(default_paths.config_file);
|
||||
}
|
||||
else
|
||||
goto begin_shutdown;
|
||||
|
Loading…
x
Reference in New Issue
Block a user