mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-06 00:48:10 +00:00
(GX) skip launching salamander if we're switching core, one less point of failure
This commit is contained in:
parent
02db5ccd90
commit
44dbdf7b02
@ -613,7 +613,7 @@ begin_shutdown:
|
||||
#endif
|
||||
|
||||
if(g_extern.console.external_launch.enable)
|
||||
rarch_console_exec(g_extern.console.external_launch.launch_app);
|
||||
rarch_console_exec(g_settings.libretro);
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user