Fix the reset command not closing the menu

This commit is contained in:
Dwedit 2018-05-17 09:49:45 -05:00
parent bc59b0345d
commit af2f679ff5

View File

@ -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();