diff options
author | 3gg <3gg@shellblade.net> | 2025-08-30 16:53:58 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-30 16:53:58 -0700 |
commit | 6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch) | |
tree | 34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/docs/README-psp.md | |
parent | 8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff) |
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/docs/README-psp.md')
-rw-r--r-- | src/contrib/SDL-3.2.20/docs/README-psp.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/docs/README-psp.md b/src/contrib/SDL-3.2.20/docs/README-psp.md new file mode 100644 index 0000000..65d2af2 --- /dev/null +++ b/src/contrib/SDL-3.2.20/docs/README-psp.md | |||
@@ -0,0 +1,36 @@ | |||
1 | PSP | ||
2 | ====== | ||
3 | SDL port for the Sony PSP contributed by: | ||
4 | - Captian Lex | ||
5 | - Francisco Javier Trujillo Mata | ||
6 | - Wouter Wijsman | ||
7 | |||
8 | |||
9 | Credit 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 | ||
14 | To build SDL library for the PSP, make sure you have the latest PSPDev status and run: | ||
15 | ```bash | ||
16 | cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake | ||
17 | cmake --build build | ||
18 | cmake --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://pspdev.github.io/basic_programs.html#hello-world) | ||
33 | |||
34 | ## To Do | ||
35 | - PSP Screen Keyboard | ||
36 | - Dialogs | ||