Merge pull request #2720 from sydarn/rgb10-button-map

rgb10/ogabe: drastic and psp button mappting
This commit is contained in:
sydarn 2024-01-21 21:38:22 +01:00 committed by GitHub
commit 3c4f07a907
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 6 deletions

View file

@ -14,7 +14,7 @@ if [ ! -d "/storage/.config/drastic" ]; then
fi fi
if [ ! -d "/storage/.config/drastic/system" ]; then if [ ! -d "/storage/.config/drastic/system" ]; then
mkdir -p mkdir -p /storage/.config/drastic/system mkdir -p /storage/.config/drastic/system
fi fi
for bios in nds_bios_arm9.bin nds_bios_arm7.bin for bios in nds_bios_arm9.bin nds_bios_arm7.bin

View file

@ -16,11 +16,10 @@ fi
#Set drastic-sa config for OGA #Set drastic-sa config for OGA
if [ ! -d "/storage/.config/drastic" ]; then if [ ! -d "/storage/.config/drastic" ]; then
mkdir -p "/storage/.config/drastic" mkdir -p "/storage/.config/drastic"
cp -r "/usr/config/drastic" "/storage/.config/" cp -r "/usr/config/drastic" "/storage/.config/"
fi fi
if [ -f "/storage/.config/drastic/config/drastic.cfg.ogabe" ]; then if [ -f "/storage/.config/drastic/config/drastic.cfg.ogabe" ]; then
rm /storage/.config/drastic/config/drastic.cfg mv /storage/.config/drastic/config/drastic.cfg.ogabe /storage/.config/drastic/config/drastic.cfg
mv /storage/.config/drastic/config/drastic.cfg.oga /storage/.config/drastic/config/drastic.cfg
fi fi
#Set gzdoom resolution #Set gzdoom resolution

View file

@ -1 +1 @@
../ODROID-GO Advance/001-device_config ../ODROID-GO Advance Black Edition/001-device_config

View file

@ -1 +1 @@
../ODROID-GO Advance/050-game_configs ../ODROID-GO Advance Black Edition/050-game_configs