Small Bugfix, do not have Reset command trigger savestate code

This commit is contained in:
Dwedit 2018-05-09 17:42:30 -05:00
parent 46f7742afc
commit f94c736945
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
return command_event_main_state(cmd);
break;
case CMD_EVENT_SAVE_STATE:
{
settings_t *settings = config_get_ptr();