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
1 changed files with 1 additions and 1 deletions

View File

@ -1862,7 +1862,7 @@ bool command_event(enum event_command cmd, void *data)
#if HAVE_NETWORKING #if HAVE_NETWORKING
netplay_driver_ctl(RARCH_NETPLAY_CTL_RESET, NULL); netplay_driver_ctl(RARCH_NETPLAY_CTL_RESET, NULL);
#endif #endif
break; return false;
case CMD_EVENT_SAVE_STATE: case CMD_EVENT_SAVE_STATE:
{ {
settings_t *settings = config_get_ptr(); settings_t *settings = config_get_ptr();