(XDK) Fix build

This commit is contained in:
twinaphex 2013-01-11 08:21:33 +01:00
parent 67ab39e6be
commit e0d98bfe2d
1 changed files with 2 additions and 2 deletions

View File

@ -391,7 +391,7 @@ static void system_exitspawn(void)
#ifdef IS_SALAMANDER
rarch_console_exec(default_paths.libretro_path);
#else
if(g_extern.console.external_launch.enable)
rarch_console_exec(g_extern.console.external_launch.launch_app);
if(g_extern.fullpath)
rarch_console_exec(g_extern.fullpath);
#endif
}