]> git.plutz.net Git - blast/blobdiff - retropie.mk
fixed approx config for raspi
[blast] / retropie.mk
index a822b0d4235d552f1d6f0ab093672ea8b1e8e476..100bde8982f5097331ae5249e797141e8e17ed0b 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,8 +16,8 @@ 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
-# approxhost := localhost:9999
+modules=approx,autoresize #,display_ws5inch # nodm,xfce
+approxhost:=localhost:9000
 
 ## Hostname for the generated machine
 hostname=retropie
@@ -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