mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
Merge pull request #7386 from fr500/master
force fast-save-states while netplay is enabled
This commit is contained in:
commit
d854ba5c05
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user