From 5f944788da306a7f738ab092e51e1dce95909654 Mon Sep 17 00:00:00 2001 From: Diamond Rivero Date: Sat, 24 Feb 2024 09:44:02 +0800 Subject: [PATCH] Add PSPSDK samples link --- basic_programs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/basic_programs.md b/basic_programs.md index cff12cf..f7801f9 100644 --- a/basic_programs.md +++ b/basic_programs.md @@ -281,4 +281,6 @@ This will result in an EBOOT.PBP file in the build directory. Put it in a direct -Check out the [Tips and Tricks](tips_tricks.html) to get most out of your whole PSP development. \ No newline at end of file +For more samples, go [here](https://github.com/pspdev/pspsdk/tree/master/src/samples). + +Check out the [Tips and Tricks](tips_tricks.html) to get most out of your whole PSP development.