pineapple/externals/SDL/docs/README-psp.md

36 lines
869 B
Markdown
Raw Normal View History

2021-04-18 05:35:25 +02:00
PSP
======
2022-07-15 04:00:50 +02:00
SDL2 port for the Sony PSP contributed by:
- Captian Lex
- Francisco Javier Trujillo Mata
- Wouter Wijsman
2021-04-18 05:35:25 +02:00
Credit to
Marcus R.Brown,Jim Paris,Matthew H for the original SDL 1.2 for PSP
Geecko for his PSP GU lib "Glib2d"
2022-07-15 04:00:50 +02:00
## Building
To build SDL2 library for the PSP, make sure you have the latest PSPDev status and run:
```bash
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake
cmake --build build
cmake --install build
```
## Getting PSP Dev
[Installing PSP Dev](https://github.com/pspdev/pspdev)
2021-04-18 05:35:25 +02:00
2022-07-15 04:00:50 +02:00
## Running on PPSSPP Emulator
[PPSSPP](https://github.com/hrydgard/ppsspp)
2021-04-18 05:35:25 +02:00
2022-07-15 04:00:50 +02:00
[Build Instructions](https://github.com/hrydgard/ppsspp/wiki/Build-instructions)
2021-12-07 02:20:09 +01:00
2022-07-15 04:00:50 +02:00
## Compiling a HelloWorld
[PSP Hello World](https://psp-dev.org/doku.php?id=tutorial:hello_world)
2021-04-18 05:35:25 +02:00
2022-07-15 04:00:50 +02:00
## To Do
- PSP Screen Keyboard
- Dialogs