diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/docs/README-psp.md | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/docs/README-psp.md')
| -rw-r--r-- | contrib/SDL-3.2.8/docs/README-psp.md | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/contrib/SDL-3.2.8/docs/README-psp.md b/contrib/SDL-3.2.8/docs/README-psp.md deleted file mode 100644 index c010c60..0000000 --- a/contrib/SDL-3.2.8/docs/README-psp.md +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 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://psp-dev.org/doku.php?id=tutorial:hello_world) | ||
| 33 | |||
| 34 | ## To Do | ||
| 35 | - PSP Screen Keyboard | ||
| 36 | - Dialogs | ||
