From 1d8bee45e018a65a71af23ef529af688425b2638 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 23 Sep 2020 20:40:28 +0200 Subject: [PATCH] Add TODO/FIXME note --- retroarch.c | 4 ++++ 1 file changed, 4 insertions(+) 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;