-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vita: enable large heap size (256MB)
vita: enable console games back vita: fix scaling options (missing scale 2x) vita: fix crash in release builds
- Loading branch information
Showing
6 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
Submodule libcross2d
updated
7 files
+5 −2 | CMakeLists.txt | |
+2 −2 | cmake/targets.cmake | |
+5 −1 | include/cross2d/c2d.h | |
+21 −0 | include/cross2d/platforms/psp2/psp2_device.h | |
+7 −4 | source/platforms/psp2/psp2_renderer.cpp | |
+1 −1 | source/skeleton/config.cpp | |
+1 −1 | source/skeleton/utility.cpp |
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
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
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
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
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