AntiMicroX / antimicrox

Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.
GNU General Public License v3.0
2.43k stars 140 forks source link

Update SDL version and support newer SDL mapping features #860

Closed offalynne closed 5 months ago

offalynne commented 11 months ago

Is there an existing issue for this?

Current Behavior

SDL mapping produces invalid GUIDs (and thus invalid mappings), keys added to newer SDL (including touchpad, misc button, paddles) are missing and can not be mapped, CRC field is missing

Expected Behavior

An up to date SDL version tested for proper interoperation with other software including Steam and myriad modern games

Steps To Reproduce

Create a gamepad mapping, observe format is out of date, mapping features are missing, and GUID is likely incorrect (compared to Steam and other apps using SDL)

Environment

Tested with Linux binary (issue is observable in any release/environment)

Anything else?

No response


Upvote & Fund

Fund with Polar

pktiuk commented 11 months ago

Which version you tested, which SDL version works and which is broken?

pktiuk commented 5 months ago

Closing due to lack of feedback