mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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
|
#endif
|
||||||
|
|
||||||
if(g_extern.console.external_launch.enable)
|
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);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user