mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(RARCH_CONSOLE) Prevent exit_spawn from being set to true whenever
we start new content
This commit is contained in:
parent
4620d07ac8
commit
e1b139da84
@ -3061,8 +3061,6 @@ void rarch_main_command(unsigned cmd)
|
|||||||
#else
|
#else
|
||||||
rarch_environment_cb(RETRO_ENVIRONMENT_SET_LIBRETRO_PATH,
|
rarch_environment_cb(RETRO_ENVIRONMENT_SET_LIBRETRO_PATH,
|
||||||
(void*)g_settings.libretro);
|
(void*)g_settings.libretro);
|
||||||
rarch_environment_cb(RETRO_ENVIRONMENT_EXEC,
|
|
||||||
(void*)g_extern.fullpath);
|
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case RARCH_CMD_LOAD_CORE:
|
case RARCH_CMD_LOAD_CORE:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user