One less extraneous netplay check in runloop_check_state

This commit is contained in:
LibretroAdmin 2025-02-09 20:43:55 +01:00
parent afd73998e6
commit 63704efd59
1 changed files with 1 additions and 1 deletions

View File

@ -5875,7 +5875,7 @@ static enum runloop_state_enum runloop_check_state(bool error_on_init,
settings,
&current_bits, &trigger_input, display_kb);
#ifdef HAVE_NETWORKING
if (!netplay_driver_ctl(RARCH_NETPLAY_CTL_ALLOW_PAUSE, NULL))
if (!netplay_allow_pause)
focused = true;
else
#endif