forked from libsdl-org/SDL
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Switch 3.2.14 Port #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
vs49688
wants to merge
16
commits into
devkitPro:switch-sdl-3.2
Choose a base branch
from
vs49688:switch-sdl-3.2.14
base: switch-sdl-3.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Contains thread and timers as that's the bare minimum now.
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.
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.