mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
(CONSOLE) port failed rom fix to other platforms
This commit is contained in:
parent
da0d300d54
commit
49922e730e
@ -334,7 +334,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;
|
||||
|
@ -196,7 +196,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