Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb committed Dec 25, 2024
1 parent 90a5c69 commit 4696ed0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions input/drivers/sdl_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ static int16_t sdl_input_state(
return (id && id < RETROK_LAST) && sdl_key_pressed(id);
/* TODO: update button binds to match other input drivers */
case RETRO_DEVICE_LIGHTGUN:

struct video_viewport vp = {0};
video_viewport_t vp = {0};
int16_t res_x = 0;
int16_t res_y = 0;
int16_t res_screen_x = 0;
Expand Down

0 comments on commit 4696ed0

Please sign in to comment.