Skip to content

Commit

Permalink
One less extraneous netplay check in runloop_check_state
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Feb 9, 2025
1 parent afd7399 commit 63704ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63704ef

Please sign in to comment.