dosbox-libretro
dosbox-libretro copied to clipboard
Keyboard stuck keys
On Linux (X86_64, arm), keys are stuck once pressed. Press a key and it's pressed forever. The core is unusable like this. Tried all input drivers. It only happens in this core. The rest of the cores, including the test core, don't have this bug.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
i had make few change to add option to toggle keybaord handler to pool instead of callback. and update the libco.
could you test it ? before i make a PR
https://github.com/r-type/dosbox-libretro
Same problem.
@r-type
Your branch seems to have the same issue (I tried using poll and callback)
what's the point of having the core poll directly? if we implement frontend based remapping it would not work, I don't have this issue on the windows input driver and on android.
Have this issue too. x86_64 generic.
Also experiencing this issue on OpenBSD/amd64.
Having this issue on Antergos Linux x86_64. Unfortunately this makes the core unusable.
Maybe setup a bounty for this?
Any updates on this? Would like to add this to Retropie