From 6751e7e5bb45af7f0384f37447abaeebc55804c2 Mon Sep 17 00:00:00 2001 From: rmake Date: Tue, 14 Jan 2025 14:23:50 +0000 Subject: [PATCH] Final dolphin tweaks --- .../standalone/dolphin-sa/scripts/start_dolphin_gc.sh | 6 +++--- .../standalone/dolphin-sa/scripts/start_dolphin_wii.sh | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/packages/emulators/standalone/dolphin-sa/scripts/start_dolphin_gc.sh b/packages/emulators/standalone/dolphin-sa/scripts/start_dolphin_gc.sh index 6955d65496..7064ab1ba3 100644 --- a/packages/emulators/standalone/dolphin-sa/scripts/start_dolphin_gc.sh +++ b/packages/emulators/standalone/dolphin-sa/scripts/start_dolphin_gc.sh @@ -184,8 +184,8 @@ fi fi # Internal Resolution - if [ "$IRES" = "2" ]; then - sed -i '/InternalResolution/c\InternalResolution = 2' /storage/.config/dolphin-emu/GFX.ini + if [ "$IRES" = "1" ]; then + sed -i '/InternalResolution/c\InternalResolution = 1' /storage/.config/dolphin-emu/GFX.ini elif [ "$IRES" = "3" ]; then sed -i '/InternalResolution/c\InternalResolution = 3' /storage/.config/dolphin-emu/GFX.ini elif [ "$IRES" = "4" ]; then @@ -193,7 +193,7 @@ fi elif [ "$IRES" = "6" ]; then sed -i '/InternalResolution/c\InternalResolution = 6' /storage/.config/dolphin-emu/GFX.ini else - sed -i '/InternalResolution/c\InternalResolution = 1' /storage/.config/dolphin-emu/GFX.ini + sed -i '/InternalResolution/c\InternalResolution = 2' /storage/.config/dolphin-emu/GFX.ini fi # Shader Mode diff --git a/packages/emulators/standalone/dolphin-sa/scripts/start_dolphin_wii.sh b/packages/emulators/standalone/dolphin-sa/scripts/start_dolphin_wii.sh index 83bea4b434..357daa244c 100755 --- a/packages/emulators/standalone/dolphin-sa/scripts/start_dolphin_wii.sh +++ b/packages/emulators/standalone/dolphin-sa/scripts/start_dolphin_wii.sh @@ -177,8 +177,8 @@ fi fi # Internal Resolution - if [ "$IRES" = "2" ]; then - sed -i '/InternalResolution/c\InternalResolution = 2' /storage/.config/dolphin-emu/GFX.ini + if [ "$IRES" = "1" ]; then + sed -i '/InternalResolution/c\InternalResolution = 1' /storage/.config/dolphin-emu/GFX.ini elif [ "$IRES" = "3" ]; then sed -i '/InternalResolution/c\InternalResolution = 3' /storage/.config/dolphin-emu/GFX.ini elif [ "$IRES" = "4" ]; then @@ -186,7 +186,7 @@ fi elif [ "$IRES" = "6" ]; then sed -i '/InternalResolution/c\InternalResolution = 6' /storage/.config/dolphin-emu/GFX.ini else - sed -i '/InternalResolution/c\InternalResolution = 1' /storage/.config/dolphin-emu/GFX.ini + sed -i '/InternalResolution/c\InternalResolution = 2' /storage/.config/dolphin-emu/GFX.ini fi # Shader Mode @@ -222,8 +222,6 @@ fi cp -r /storage/.config/dolphin-emu/WiiControllerProfiles/hremote.ini /storage/.config/dolphin-emu/WiimoteNew.ini elif [ "$CON" = "nunchuck" ]; then cp -r /storage/.config/dolphin-emu/WiiControllerProfiles/nunchuck.ini /storage/.config/dolphin-emu/WiimoteNew.ini - elif [ "$CON" = "classic" ]; then - cp -r /storage/.config/dolphin-emu/WiiControllerProfiles/classic.ini /storage/.config/dolphin-emu/WiimoteNew.ini elif [ "$CON" = "custom" ]; then cp -r /storage/.config/dolphin-emu/WiiControllerProfiles/custom.ini /storage/.config/dolphin-emu/WiimoteNew.ini else