Skip to content

Commit

Permalink
Buildfix for platforms where HAVE_NETWORKING is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Feb 9, 2025
1 parent 584ea45 commit 4d9af08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 4d9af08

Please sign in to comment.