From 4d9af088818939f4d736b9e00248c7a29a176379 Mon Sep 17 00:00:00 2001 From: LibretroAdmin Date: Sun, 9 Feb 2025 21:52:10 +0100 Subject: [PATCH] Buildfix for platforms where HAVE_NETWORKING is not defined --- runloop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/runloop.c b/runloop.c index 4ee21823e0..4cbd53370f 100644 --- a/runloop.c +++ b/runloop.c @@ -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 =