Merge pull request #6755 from Dwedit/small_bugfix

Small Bugfix to not trigger savestate code
This commit is contained in:
Twinaphex 2018-05-10 00:52:46 +02:00 committed by GitHub
commit 911072fb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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