mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Set system->shutdown to false when loading dummy core
This commit is contained in:
parent
0107be2485
commit
7e46058362
@ -853,6 +853,7 @@ static int rarch_main_iterate_quit(void)
|
|||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
|
rarch_system_info_t *system = rarch_system_info_get_ptr();
|
||||||
|
|
||||||
if (global->core_shutdown_initiated
|
if (global->core_shutdown_initiated
|
||||||
&& settings->load_dummy_on_core_shutdown)
|
&& settings->load_dummy_on_core_shutdown)
|
||||||
@ -860,6 +861,7 @@ static int rarch_main_iterate_quit(void)
|
|||||||
if (!event_command(EVENT_CMD_PREPARE_DUMMY))
|
if (!event_command(EVENT_CMD_PREPARE_DUMMY))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
system->shutdown = false;
|
||||||
global->core_shutdown_initiated = false;
|
global->core_shutdown_initiated = false;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user