This commit is contained in:
Twinaphex 2016-01-08 07:16:25 +01:00
parent c779a1cf8f
commit cecfdeb0cf

View File

@ -417,9 +417,7 @@ static const struct retro_keybind *libretro_input_binds[MAX_USERS];
void input_poll(void)
{
size_t i;
#ifdef HAVE_OVERLAY
settings_t *settings = config_get_ptr();
#endif
input_driver_ctl(RARCH_INPUT_CTL_POLL, NULL);