Retrogame script: add "classic" Cupcade config

This commit is contained in:
Phillip Burgess 2018-03-20 21:27:48 -07:00
parent 63e78f5870
commit 321f868acb

View file

@ -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