From 4b44c4bea91f980e312546f773a491d730dc4b48 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Fri, 23 Jul 2021 19:55:42 +0200 Subject: [PATCH] Add STR playback example --- hello_str/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello_str/README.md b/hello_str/README.md index c1350ea..4e690dc 100644 --- a/hello_str/README.md +++ b/hello_str/README.md @@ -1,3 +1,5 @@ +This example will play a fullscreen STR file and is as straightforward as possible. If you need more advanced control other the display size and position, see the [STR playback library](https://github.com/ABelliqueux/nolibgs_hello_worlds/tree/main/hello_str#str-playback-library) section. + ## Compiling You need [mkpsxiso](https://github.com/Lameguy64/mkpsxiso) in your $PATH to generate a PSX disk image.