Sdl1.2 for Vita with Vita-specific fixes and multi-controller support on VitaTV#5
Open
rsn8887 wants to merge 36 commits into
Open
Sdl1.2 for Vita with Vita-specific fixes and multi-controller support on VitaTV#5rsn8887 wants to merge 36 commits into
rsn8887 wants to merge 36 commits into
Conversation
--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
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.
SDL1.2 branch with latest fixes for VITA