force fast-save-states while netplay is enabled

This commit is contained in:
radius 2018-10-07 09:53:13 -05:00
parent b8cb3fd4a7
commit 8daff7e3da

View file

@ -1839,6 +1839,8 @@ bool rarch_environment_cb(unsigned cmd, void *data)
#ifdef HAVE_NETWORKING
if (netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_REPLAYING, NULL))
result &= ~(1|2);
if (netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_ENABLED, NULL))
result |= 4;
#endif
if (data != NULL)
{