(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…
Reference in New Issue