From af2f679ff583f8ceafc26b45c7854bc511461ef4 Mon Sep 17 00:00:00 2001 From: Dwedit Date: Thu, 17 May 2018 09:49:45 -0500 Subject: [PATCH] Fix the reset command not closing the menu --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index 91755ce343..1606ec41a4 100644 --- a/command.c +++ b/command.c @@ -1862,7 +1862,7 @@ bool command_event(enum event_command cmd, void *data) #if HAVE_NETWORKING netplay_driver_ctl(RARCH_NETPLAY_CTL_RESET, NULL); #endif - break; + return false; case CMD_EVENT_SAVE_STATE: { settings_t *settings = config_get_ptr();