From 041b6bde09d6c86e7686636fd23eed7e366a4861 Mon Sep 17 00:00:00 2001 From: Shaun Inman Date: Wed, 1 Mar 2023 19:49:36 -0500 Subject: [PATCH] readme --- skeleton/BASE/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skeleton/BASE/README.txt b/skeleton/BASE/README.txt index 995cb05..7ec535a 100644 --- a/skeleton/BASE/README.txt +++ b/skeleton/BASE/README.txt @@ -118,12 +118,12 @@ A collection is just a text file containing an ordered list of full paths to rom ---------------------------------------- Advanced -MinUI can automatically run a user-authored shell script on boot. Just place a file named "auto.sh" to "/.userdata/". +MinUI can automatically run a user-authored shell script on boot. Just place a file named "auto.sh" in "/.userdata/". ---------------------------------------- Thanks -To BlackSeraph, for sharing his modified uImage which provides overclocking (and underclocking) and increases the available framebuffer memory. +To BlackSeraph, for introducing me to chroot and for sharing his modified uImage which provides overclocking (and underclocking) and increases the available framebuffer memory. To eggs, for his NEON scalers, years of top-notch example code, and patience in the face of my endless questions.