mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Merge pull request #6755 from Dwedit/small_bugfix
Small Bugfix to not trigger savestate code
This commit is contained in:
commit
911072fb69
@ -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
|
||||||
return command_event_main_state(cmd);
|
break;
|
||||||
case CMD_EVENT_SAVE_STATE:
|
case CMD_EVENT_SAVE_STATE:
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user