1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-20 15:40:44 +00:00
Bernhard Schelling c039576441
Fix quick shift key presses getting ignored on dinput driver ()
Because shift keys were ignored in the event message  and only issued during polling, a quick key press and release between polling would get ignored.
This change also fixes left alt up key events getting issued (and sent to the core) twice.
2024-11-14 13:44:41 -08:00
..