SDL2/docs/README-psp.md

37 lines
904 B
Markdown
Raw Normal View History

PSP
======
SDL port for the Sony PSP contributed by:
2022-02-02 01:16:45 -06:00
- Captian Lex
- Francisco Javier Trujillo Mata
- Wouter Wijsman
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-02-02 01:16:45 -06:00
## Building
To build SDL library for the PSP, make sure you have the latest PSPDev status and run:
2022-02-02 01:16:45 -06:00
```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)
2022-02-02 01:16:45 -06:00
## Running on PPSSPP Emulator
[PPSSPP](https://github.com/hrydgard/ppsspp)
2022-02-02 01:16:45 -06:00
[Build Instructions](https://github.com/hrydgard/ppsspp/wiki/Build-instructions)
2022-02-02 01:16:45 -06:00
## Compiling a HelloWorld
[PSP Hello World](https://psp-dev.org/doku.php?id=tutorial:hello_world)
2022-02-02 01:16:45 -06:00
## To Do
- PSP Screen Keyboard
- Dialogs