(command_event.c) We now free 'system' so we no longer need to force

system shutdown to false
This commit is contained in:
twinaphex 2015-06-25 14:45:24 +02:00
parent b400597a4c
commit 02a5f71a23

View File

@ -1083,9 +1083,6 @@ bool event_command(enum event_command cmd)
*global->fullpath = '\0';
rarch_main_set_state(RARCH_ACTION_STATE_LOAD_CONTENT);
if (system)
system->shutdown = false;
}
break;
case EVENT_CMD_UNLOAD_CORE: