]> git.plutz.net Git - blast/commitdiff
Use rpiconfig from example image
authorPaul Hänsch <paul@plutz.net>
Wed, 15 Jan 2020 14:51:33 +0000 (15:51 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 15 Jan 2020 14:51:33 +0000 (15:51 +0100)
retropie.mk

index a822b0d4235d552f1d6f0ab093672ea8b1e8e476..27842cc060bed972136fcc2a24ec5e75a0c06903 100644 (file)
@@ -5,7 +5,7 @@ raspi=retropie.img
 
 ## Image size in MB. Needs to be able to hold all software.
 # imagesize=3072
-imagesize=2048
+imagesize=4096
 
 ## Additional packages
 # packages:=chromium-browser,ssh,lsb-release
@@ -16,7 +16,7 @@ packages=ssh lsb-release bison bluetooth build-essential cmake dialog fbi fbset
 release=stretch
 
 ## Comma separated list of config modules from modules/ directory
-modules=approx,autoresize,display_ws5inch # nodm,xfce
+modules=approx,autoresize #,display_ws5inch # nodm,xfce
 # approxhost := localhost:9999
 
 ## Hostname for the generated machine
@@ -102,3 +102,11 @@ ${CFGROOT}/etc/profile.d/retropie_autostart.sh: | _config
                        'if which emulationstation; then' '  emulationstation' \
                        'else' '  sudo /opt/RetroPie-Setup/retropie_setup.sh' 'fi' \
                >"$@"
+
+define RPICONFIG :=
+dtparam=audio=on
+gpu_mem_256=128
+gpu_mem_512=256
+gpu_mem_1024=256
+overscan_scale=1
+endef