mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 22:25:38 +00:00
b097648dde
Some drivers (such as hid-sony) configure analog triggers (L2/R2) as axes with axis range -32768-32767, but the resting value starts at -32768, causing an initial or light press to register erroneously as a minus axis value. Fix by shifting ABS_Z and ABS_RZ axes that are detected to rest at -32768 so that they will range from 0-32767 instead. Patch based on Jools Wills' earlier commit: https://github.com/RetroPie/EmulationStation/pull/58 |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |