Merge pull request #6791 from Dwedit/fix-reset-command

Fix the reset command not closing the menu
This commit is contained in:
Twinaphex 2018-05-17 18:41:14 +02:00 committed by GitHub
commit 2a0fda0845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
netplay_driver_ctl(RARCH_NETPLAY_CTL_RESET, NULL);
#endif
break;
return false;
case CMD_EVENT_SAVE_STATE:
{
settings_t *settings = config_get_ptr();