PSP: links for setting up, compiling and running on PSP

This commit is contained in:
Sylvain 2021-10-04 22:12:08 +02:00
parent f080273acd
commit 172957387e
No known key found for this signature in database
GPG Key ID: 5F87E02E5BC0939E
1 changed files with 13 additions and 1 deletions

View File

@ -9,10 +9,22 @@ Credit to
Building
--------
To build for the PSP, make sure psp-config is in the path and run:
To build SDL2 library for the PSP, make sure psp-config is in the path and run:
make -f Makefile.psp
Getting PSP toolchain
---------------------
https://github.com/pspdev/psptoolchain
Running on PPSSPP Emulator
--------------------------
https://github.com/hrydgard/ppsspp
( https://github.com/hrydgard/ppsspp/wiki/Build-instructions )
Compiling an HelloWorld
-----------------------
https://psp-dev.org/doku.php?id=tutorial:hello_world
To Do
------