Conversation
We don't want the G29 to show up as a gamepad, Steam will create a virtual Xbox controller for it, which breaks racing games. (cherry picked from commit dce6ed5)
The typedef seems to be pulled in coincidentally with newer SDKs, but older ones need to import the header explicitly. (cherry picked from commit d291090)
Fixes building against OS X 10.7 SDK. (cherry picked from commit f8cebee)
Fixes libsdl-org#6601. (cherry picked from commit 53ca1f7)
The function returns an int, not a bool. (cherry picked from commit f47169f)
Fixes libsdl-org#6598 (cherry picked from commit 239423e)
Explicitly include the Wayland protocol headers when statically linking against the Wayland libraries or older system headers might be used instead of the local versions. (cherry picked from commit 836eb22)
(cherry picked from commit 67f31a1)
Fixes libsdl-org#6586. (cherry picked from commit fa5adca)
The _Nullable attribute is not available in older versions. (cherry picked from commit 9a64aa6)
While 78f9710 reduced the accumulation error, it was still big enough to cause distortions. Fixes libsdl-org#6196. (cherry picked from commit 8145212)
(cherry-picked from commit e2060de)
(cherry picked from commit d87048f)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Existing Issue(s)