Merge pull request #2720 from sydarn/rgb10-button-map
rgb10/ogabe: drastic and psp button mappting
This commit is contained in:
commit
3c4f07a907
4 changed files with 5 additions and 6 deletions
|
@ -14,7 +14,7 @@ if [ ! -d "/storage/.config/drastic" ]; then
|
|||
fi
|
||||
|
||||
if [ ! -d "/storage/.config/drastic/system" ]; then
|
||||
mkdir -p mkdir -p /storage/.config/drastic/system
|
||||
mkdir -p /storage/.config/drastic/system
|
||||
fi
|
||||
|
||||
for bios in nds_bios_arm9.bin nds_bios_arm7.bin
|
||||
|
|
|
@ -16,11 +16,10 @@ fi
|
|||
#Set drastic-sa config for OGA
|
||||
if [ ! -d "/storage/.config/drastic" ]; then
|
||||
mkdir -p "/storage/.config/drastic"
|
||||
cp -r "/usr/config/drastic" "/storage/.config/"
|
||||
cp -r "/usr/config/drastic" "/storage/.config/"
|
||||
fi
|
||||
if [ -f "/storage/.config/drastic/config/drastic.cfg.ogabe" ]; then
|
||||
rm /storage/.config/drastic/config/drastic.cfg
|
||||
mv /storage/.config/drastic/config/drastic.cfg.oga /storage/.config/drastic/config/drastic.cfg
|
||||
mv /storage/.config/drastic/config/drastic.cfg.ogabe /storage/.config/drastic/config/drastic.cfg
|
||||
fi
|
||||
|
||||
#Set gzdoom resolution
|
||||
|
|
|
@ -1 +1 @@
|
|||
../ODROID-GO Advance/001-device_config
|
||||
../ODROID-GO Advance Black Edition/001-device_config
|
|
@ -1 +1 @@
|
|||
../ODROID-GO Advance/050-game_configs
|
||||
../ODROID-GO Advance Black Edition/050-game_configs
|
Loading…
Reference in a new issue