From 28025802da5f87a581085d4e993fd8f98ef49435 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 3 May 2018 13:11:38 +0200 Subject: [PATCH] Try to fix build failure --- input/input_driver.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/input/input_driver.c b/input/input_driver.c index 47251b8c25..9e7fd5135a 100644 --- a/input/input_driver.c +++ b/input/input_driver.c @@ -721,8 +721,10 @@ int16_t input_state(unsigned port, unsigned device, current_input_data, joypad_info, libretro_input_binds, port, device, idx, id); #ifdef HAVE_OVERLAY + /* TODO/FIXME - I assume this is what needs to + * be done instead? */ if (input_overlay_is_alive(overlay_ptr) && port == 0) - res |= res_overlay(overlay_ptr, id); + res |= res_overlay; #endif } else