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

From 172957387e22c4aa471d5409f6224f81ee155d22 Mon Sep 17 00:00:00 2001
From: Sylvain <[EMAIL REDACTED]>
Date: Mon, 4 Oct 2021 22:12:08 +0200
Subject: [PATCH] PSP: links for setting up, compiling and running on PSP

---
 docs/README-psp.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/docs/README-psp.md b/docs/README-psp.md
index e8911363de..8e781f4cb5 100644
--- a/docs/README-psp.md
+++ b/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
 ------