Try to fix build failure

This commit is contained in:
twinaphex 2018-05-03 13:11:38 +02:00
parent c9744c5ba4
commit 28025802da
1 changed files with 3 additions and 1 deletions

View File

@ -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