From 02a5f71a23be4aefab85d9010455d20f38b30388 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 25 Jun 2015 14:45:24 +0200 Subject: [PATCH] (command_event.c) We now free 'system' so we no longer need to force system shutdown to false --- command_event.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/command_event.c b/command_event.c index 72c71935e1..5f9fb8169f 100644 --- a/command_event.c +++ b/command_event.c @@ -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: