Retrogame script: add "classic" Cupcade config
This commit is contained in:
parent
63e78f5870
commit
321f868acb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue