🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
869 B

  1. PSP
  2. ======
  3. SDL2 port for the Sony PSP contributed by:
  4. - Captian Lex
  5. - Francisco Javier Trujillo Mata
  6. - Wouter Wijsman
  7. Credit to
  8. Marcus R.Brown,Jim Paris,Matthew H for the original SDL 1.2 for PSP
  9. Geecko for his PSP GU lib "Glib2d"
  10. ## Building
  11. To build SDL2 library for the PSP, make sure you have the latest PSPDev status and run:
  12. ```bash
  13. cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake
  14. cmake --build build
  15. cmake --install build
  16. ```
  17. ## Getting PSP Dev
  18. [Installing PSP Dev](https://github.com/pspdev/pspdev)
  19. ## Running on PPSSPP Emulator
  20. [PPSSPP](https://github.com/hrydgard/ppsspp)
  21. [Build Instructions](https://github.com/hrydgard/ppsspp/wiki/Build-instructions)
  22. ## Compiling a HelloWorld
  23. [PSP Hello World](https://psp-dev.org/doku.php?id=tutorial:hello_world)
  24. ## To Do
  25. - PSP Screen Keyboard
  26. - Dialogs