Switch 3.2.14 Port #99
Open
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.
Port of the Switch patches to SDL 3.2.14.
Based off the upstream
release-3-2.14
tag (8d60435), andswitch-sdl-2.28
(78899b6) plus a few of my changes here.Unfortunately, the diff is too great for easy rebasing, so I'm taking the changes as-is and integrating them as-is.
Current component status:
audio
- Tested, workingfilesystem
- Tested, workingjoystick
- Tested, workingpower
- Untestedtimers
- Tested, SDL3 hard-requirement.video
keyboard
- Untestedmouse
- Tested, workingswkb
- Untestedtouch
- Untestedvideo
- Tested, workingthreads
- Tested, SDL3 hard-requirementWith the exception of the first commit, there's three commits per subsystem.
A note about the video subsystem - the seed is slightly different from the original, as it contains some extra commits changes I did earlier, specifically vs49688@1a9aa28 and vs49688@bf33c98
I would appreciate it if someone could test
power
,keyboard
,swkb
, andtouch
, if possible. I don't have anything that uses them.