forked from spurious/SDL-mirror
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sdl1.2 for Vita with Vita-specific fixes and multi-controller support on VitaTV #5
Open
rsn8887
wants to merge
36
commits into
xerpi:SDL12
Choose a base branch
from
rsn8887:SDL12
base: SDL12
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.
Conversation
This file contains 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
--HG-- branch : SDL-1.2
--HG-- branch : SDL-1.2
--HG-- branch : SDL-1.2
….7 compat. Several deprecated APIs it uses are flat-out removed from the SDK now. We already had preprocessor checks around them, so gcc-fat.sh just needs its minimum OS compatibility bumped up to 10.7. Leaving the deprecated code in place, however, in case someone wants to target an ancient OS X by compiling with an older SDK. --HG-- branch : SDL-1.2
…lly set. --HG-- branch : SDL-1.2
…reen (bug #3315, thanks Simon Hug!) --HG-- branch : SDL-1.2
…macOSes. So don't bother checking the version. Fixes apps failing to chdir to the app bundle's parent directory, as is expected. --HG-- branch : SDL-1.2
merge spurious
PSP2: change SDL_SetVideoModeVita to SDL_SetVideoModeScaling
…rp-bilinear shader from the shader collection
added Bilinear scaling function for Vita that works well with the sha…
…linear) function to enable (1) and also disable (0) bilinear texture scaling
psp2: introduced vita specific SDL_SetVideoModeBilinear(int enable_bi…
Vita: - Vita TV second controller support
rsn8887
changed the title
Sdl12 Vita fixes
Sdl12 Vita fixes and multi-controller support
Dec 4, 2017
rsn8887
changed the title
Sdl12 Vita fixes and multi-controller support
Sdl1.2 for Vita with fixes and multi-controller support
Dec 4, 2017
rsn8887
changed the title
Sdl1.2 for Vita with fixes and multi-controller support
Sdl1.2 for Vita with Vita-specific fixes and multi-controller support
Dec 4, 2017
rsn8887
changed the title
Sdl1.2 for Vita with Vita-specific fixes and multi-controller support
Sdl1.2 for Vita with Vita-specific fixes and multi-controller support on VitaTV
Dec 5, 2017
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.
SDL1.2 branch with latest fixes for VITA