Skip to content

Commit

Permalink
Removed a redundant line of code. Thanks Florin9doi
Browse files Browse the repository at this point in the history
  • Loading branch information
faha223 committed Feb 3, 2025
1 parent e967cc9 commit 46f9961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/xemu-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ void xemu_input_update_sdl_kbd_controller_state(ControllerState *state)

const char *bound_driver = get_bound_driver(state->bound);
if (strcmp(bound_driver, DRIVER_STEEL_BATTALION) == 0) {
state->sbc.buttons = 0;

if (state->sbc.gearLever == 0)
state->sbc.gearLever = 255;
Expand Down

0 comments on commit 46f9961

Please sign in to comment.