mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Not sure if this was brought back intentionally; probably not
This commit is contained in:
parent
6fd5d35600
commit
2294bcf158
@ -1577,7 +1577,6 @@ int runloop_iterate(unsigned *sleep_ms)
|
|||||||
/* FIXME: This is an ugly way to tell Netplay this... */
|
/* FIXME: This is an ugly way to tell Netplay this... */
|
||||||
netplay_driver_ctl(RARCH_NETPLAY_CTL_PAUSE, NULL);
|
netplay_driver_ctl(RARCH_NETPLAY_CTL_PAUSE, NULL);
|
||||||
#endif
|
#endif
|
||||||
core_poll();
|
|
||||||
*sleep_ms = 10;
|
*sleep_ms = 10;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
@ -1590,7 +1589,6 @@ int runloop_iterate(unsigned *sleep_ms)
|
|||||||
if (!netplay_driver_ctl(RARCH_NETPLAY_CTL_PRE_FRAME, NULL))
|
if (!netplay_driver_ctl(RARCH_NETPLAY_CTL_PRE_FRAME, NULL))
|
||||||
{
|
{
|
||||||
/* Paused due to Netplay */
|
/* Paused due to Netplay */
|
||||||
core_poll();
|
|
||||||
*sleep_ms = 10;
|
*sleep_ms = 10;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user