Skip to content

Commit

Permalink
Buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jul 20, 2024
1 parent 857d1e4 commit 3c45d78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions input/input_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3443,8 +3443,7 @@ static void input_poll_overlay(
if (ptr_state->device_mask & (1 << RETRO_DEVICE_LIGHTGUN))
input_overlay_poll_lightgun(settings, ol, old_ptr_count);
if (ptr_state->device_mask & (1 << RETRO_DEVICE_MOUSE))
input_overlay_poll_mouse(settings, ol,
mouse_st,
input_overlay_poll_mouse(settings, mouse_st, ol,
ptr_st->count, old_ptr_count);

ptr_state->device_mask = 0;
Expand Down

0 comments on commit 3c45d78

Please sign in to comment.