From 6b18657678214164ccbf8027c63bc5e7dff12ae0 Mon Sep 17 00:00:00 2001 From: sydarn Date: Sun, 21 Jan 2024 21:23:46 +0100 Subject: [PATCH 1/2] drastic: fix typo in start script --- .../emulators/standalone/drastic-sa/scripts/start_drastic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/emulators/standalone/drastic-sa/scripts/start_drastic.sh b/packages/emulators/standalone/drastic-sa/scripts/start_drastic.sh index 6a77d2cb6..db0b13f05 100644 --- a/packages/emulators/standalone/drastic-sa/scripts/start_drastic.sh +++ b/packages/emulators/standalone/drastic-sa/scripts/start_drastic.sh @@ -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 From 9d6a51ee795d1743a294ed8e34f8e5d4d72cd7c6 Mon Sep 17 00:00:00 2001 From: sydarn Date: Sun, 21 Jan 2024 21:24:26 +0100 Subject: [PATCH 2/2] rgb10/ogabe: fix drastic button mapping both, and psp for rgb10 --- .../devices/ODROID-GO Advance Black Edition/050-game_configs | 5 ++--- .../hardware/quirks/devices/Powkiddy RGB10/001-device_config | 2 +- .../hardware/quirks/devices/Powkiddy RGB10/050-game_configs | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/hardware/quirks/devices/ODROID-GO Advance Black Edition/050-game_configs b/packages/hardware/quirks/devices/ODROID-GO Advance Black Edition/050-game_configs index b1af9bcb2..f529d03c9 100644 --- a/packages/hardware/quirks/devices/ODROID-GO Advance Black Edition/050-game_configs +++ b/packages/hardware/quirks/devices/ODROID-GO Advance Black Edition/050-game_configs @@ -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 diff --git a/packages/hardware/quirks/devices/Powkiddy RGB10/001-device_config b/packages/hardware/quirks/devices/Powkiddy RGB10/001-device_config index 106976168..5ce9862c9 120000 --- a/packages/hardware/quirks/devices/Powkiddy RGB10/001-device_config +++ b/packages/hardware/quirks/devices/Powkiddy RGB10/001-device_config @@ -1 +1 @@ -../ODROID-GO Advance/001-device_config \ No newline at end of file +../ODROID-GO Advance Black Edition/001-device_config \ No newline at end of file diff --git a/packages/hardware/quirks/devices/Powkiddy RGB10/050-game_configs b/packages/hardware/quirks/devices/Powkiddy RGB10/050-game_configs index addb9132e..0a41c8be2 120000 --- a/packages/hardware/quirks/devices/Powkiddy RGB10/050-game_configs +++ b/packages/hardware/quirks/devices/Powkiddy RGB10/050-game_configs @@ -1 +1 @@ -../ODROID-GO Advance/050-game_configs \ No newline at end of file +../ODROID-GO Advance Black Edition/050-game_configs \ No newline at end of file