mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(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:
parent
9f21a813bd
commit
d81d6058cd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user