diff --git a/retroarch.c b/retroarch.c index 0af5d0cde5..21e4a281ce 100644 --- a/retroarch.c +++ b/retroarch.c @@ -25434,6 +25434,10 @@ static void menu_input_get_touchscreen_hw_state( return; } + /* TODO/FIXME - this should only be used for framebuffer-based + * menu drivers like RGUI. Touchscreen input as a whole should + * NOT be dependent on this + */ gfx_display_get_fb_size(&fb_width, &fb_height, &fb_pitch); joypad_info.joy_idx = 0;