(GX) skip launching salamander if we're switching core, one less point of failure

This commit is contained in:
ToadKing 2012-12-30 18:06:17 -05:00
parent 02db5ccd90
commit 44dbdf7b02

View File

@ -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);
}