summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-2.30.2/docs/README-psp.md
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
committer3gg <3gg@shellblade.net>2024-05-04 16:51:29 -0700
commit8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (patch)
tree763389e42276035ac134d94eb1dc32293b88d807 /src/contrib/SDL-2.30.2/docs/README-psp.md
Initial commit.
Diffstat (limited to 'src/contrib/SDL-2.30.2/docs/README-psp.md')
-rw-r--r--src/contrib/SDL-2.30.2/docs/README-psp.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/contrib/SDL-2.30.2/docs/README-psp.md b/src/contrib/SDL-2.30.2/docs/README-psp.md
new file mode 100644
index 0000000..96ecd76
--- /dev/null
+++ b/src/contrib/SDL-2.30.2/docs/README-psp.md
@@ -0,0 +1,36 @@
1PSP
2======
3SDL2 port for the Sony PSP contributed by:
4- Captian Lex
5- Francisco Javier Trujillo Mata
6- Wouter Wijsman
7
8
9Credit to
10 Marcus R.Brown,Jim Paris,Matthew H for the original SDL 1.2 for PSP
11 Geecko for his PSP GU lib "Glib2d"
12
13## Building
14To build SDL2 library for the PSP, make sure you have the latest PSPDev status and run:
15```bash
16cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake
17cmake --build build
18cmake --install build
19```
20
21
22## Getting PSP Dev
23[Installing PSP Dev](https://github.com/pspdev/pspdev)
24
25## Running on PPSSPP Emulator
26[PPSSPP](https://github.com/hrydgard/ppsspp)
27
28[Build Instructions](https://github.com/hrydgard/ppsspp/wiki/Build-instructions)
29
30
31## Compiling a HelloWorld
32[PSP Hello World](https://psp-dev.org/doku.php?id=tutorial:hello_world)
33
34## To Do
35- PSP Screen Keyboard
36- Dialogs