mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
force fast-save-states while netplay is enabled
This commit is contained in:
parent
b8cb3fd4a7
commit
8daff7e3da
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue