aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorneonloop2021-08-28 21:27:17 +0000
committerneonloop2021-08-28 21:27:17 +0000
commit8a8a5726cef8b8cb3c32e670fd200d49f3b04c28 (patch)
treee6392a4bef11d0faaaacf0d61aa817091318b62b /README.md
parent30f2aed06e01c6eb1e3c6ebb1b5002e67d754747 (diff)
downloadpicoarch-8a8a5726cef8b8cb3c32e670fd200d49f3b04c28.tar.gz
picoarch-8a8a5726cef8b8cb3c32e670fd200d49f3b04c28.tar.bz2
picoarch-8a8a5726cef8b8cb3c32e670fd200d49f3b04c28.zip
Fixes scaler selection when dimensions are not set yet
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ff05cd4..e0cae71 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ git clone --recurse-submodules https://git.crowdedwood.com/picoarch
To build picoarch itself, you need libSDL 1.2, libpng, and libasound. Different cores may need additional dependencies.
-After that, `make` bulids picoarch and all supported cores into this directory.
+After that, `make` builds picoarch and all supported cores into this directory.
### TrimUI instructions