X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=retropie.mk;h=100bde8982f5097331ae5249e797141e8e17ed0b;hb=refs%2Fheads%2Fretropie;hp=a822b0d4235d552f1d6f0ab093672ea8b1e8e476;hpb=6017db96c3af32888dd7f13ffdca389bc5b47bc1;p=blast diff --git a/retropie.mk b/retropie.mk index a822b0d..100bde8 100644 --- a/retropie.mk +++ b/retropie.mk @@ -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