(RARCH_CONSOLE) Prevent exit_spawn from being set to true whenever

we start new content
This commit is contained in:
twinaphex 2014-10-02 22:57:31 +02:00
parent 4620d07ac8
commit e1b139da84

View File

@ -3061,8 +3061,6 @@ void rarch_main_command(unsigned cmd)
#else
rarch_environment_cb(RETRO_ENVIRONMENT_SET_LIBRETRO_PATH,
(void*)g_settings.libretro);
rarch_environment_cb(RETRO_ENVIRONMENT_EXEC,
(void*)g_extern.fullpath);
#endif
break;
case RARCH_CMD_LOAD_CORE: