diff options
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.md | 36 |
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 @@ | |||
1 | PSP | ||
2 | ====== | ||
3 | SDL2 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 SDL2 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 | ||