瀏覽代碼

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

Sylvain 3 年之前
父節點
當前提交
172957387e
共有 1 個文件被更改,包括 13 次插入1 次删除
  1. 13 1
      docs/README-psp.md

+ 13 - 1
docs/README-psp.md

@@ -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
 ------