-
Notifications
You must be signed in to change notification settings - Fork 30
Troubleshooting faq
Daniel Aquino edited this page Sep 25, 2020
·
6 revisions
FAQ's are broken up into the following sections:
Bugs and Feature Requests are in the issue tracker.
Only reported by one user so far: https://github.com/ForsakenX/forsaken/issues/275
SDL moved to the newer Microsoft controller api.
This controller api broke conventions with previous api's causing button mappings to drift from the standard.
Hence older controller may report incorrect button names.
There isn't much we can do about this short of making hard coded fixes for every single type of controller affected which we currently have no plans to do.
You may need to pass -aspect:x:y
on the command line to stop stretching.
Set SDL_DISABLE_LOCK_KEYS=1 in your environment to make it act like a normal button.