commit | 964b9da5190262c0e77a591082fb779084405597 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Fri Jan 31 15:32:33 2025 -0800 |
committer | Sam Lantinga <slouken@libsdl.org> | Fri Jan 31 15:34:19 2025 -0800 |
tree | c878f16690b01f51fa7981fb68605f5f3e02da1f | |
parent | 364abb87020aeffd506c830f3d46250cafe92b8c [diff] |
Fixed detecting Steam Deck controller on Proton 9.04 Newer versions of Proton properly pass through the Steam virtual gamepad VID/PID, but older Proton (9.x and older) don't, so we have to rely on Steam and Proton hiding controllers we shouldn't have access to. Fixes https://github.com/libsdl-org/SDL/issues/12106 (cherry picked from commit da0cf3f634cef5ab87bc60d689b0adc260298780)
Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve's award winning catalog and many Humble Bundle games.
More extensive documentation is available in the docs directory, starting with README.md
Enjoy!
Sam Lantinga (slouken@libsdl.org)