diff --git a/input/drivers/sdl_input.c b/input/drivers/sdl_input.c index 81c4a3201caa..94425a82b8c1 100644 --- a/input/drivers/sdl_input.c +++ b/input/drivers/sdl_input.c @@ -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;