(Libretro test GL) If we don't call input_state at least once per retro_run then

late input polling behavior won't work
This commit is contained in:
twinaphex 2016-01-29 02:30:09 +01:00
parent 9f21a813bd
commit d81d6058cd

View File

@ -350,6 +350,10 @@ void retro_run(void)
input_poll_cb();
if (input_state_cb(0, RETRO_DEVICE_JOYPAD, 0, RETRO_DEVICE_ID_JOYPAD_UP))
{
}
#ifdef CORE
glBindVertexArray(vao);
if (multisample_fbo)