Buildfix for platforms where HAVE_NETWORKING is not defined

This commit is contained in:
LibretroAdmin 2025-02-09 21:52:10 +01:00
parent 584ea45837
commit 4d9af08881
1 changed files with 1 additions and 0 deletions

View File

@ -6860,6 +6860,7 @@ int runloop_iterate(void)
bool netplay_allow_pause = netplay_driver_ctl(RARCH_NETPLAY_CTL_ALLOW_PAUSE, NULL);
bool menu_pause_libretro = settings->bools.menu_pause_libretro && netplay_allow_pause;
#else
bool netplay_allow_pause = false;
bool menu_pause_libretro = settings->bools.menu_pause_libretro;
#endif
bool core_paused =