This commit is contained in:
Shaun Inman 2023-03-01 19:49:36 -05:00
parent 7d38ffa542
commit 041b6bde09

View file

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