Merge pull request #7386 from fr500/master

force fast-save-states while netplay is enabled
This commit is contained in:
Twinaphex 2018-10-14 21:30:57 +02:00 committed by GitHub
commit d854ba5c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{