From 321f868acbd2016f43982cbe4c45dc75c19e563c Mon Sep 17 00:00:00 2001 From: Phillip Burgess Date: Tue, 20 Mar 2018 21:27:48 -0700 Subject: [PATCH] Retrogame script: add "classic" Cupcade config --- retrogame.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retrogame.sh b/retrogame.sh index f667afd..a7d90b4 100755 --- a/retrogame.sh +++ b/retrogame.sh @@ -41,11 +41,12 @@ selectN "PiGRRL 2 controls" \ "Two buttons + joystick" \ "Six buttons + joystick" \ "Adafruit Arcade Bonnet" \ + "Cupcade (gen 1 & 2 only)" \ "Quit without installing" RETROGAME_SELECT=$? # These are the retrogame.cfg.* filenames on Github corresponding in # order to each of the above selections (e.g. retrogame.cfg.pigrrl2): -CONFIGNAME=(pigrrl2 pocket zero super 2button 6button bonnet) +CONFIGNAME=(pigrrl2 pocket zero super 2button 6button bonnet cupcade-orig) if [ $RETROGAME_SELECT -lt 8 ]; then if [ -e /boot/retrogame.cfg ]; then