From 42483705253869cfd3b2d86b70d786ec2655c86b Mon Sep 17 00:00:00 2001 From: Brooksytech Date: Fri, 12 Aug 2022 05:44:03 -0700 Subject: [PATCH 1/3] Add save states --- packages/games/emulators/dolphinsa/scripts/dolphin.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/games/emulators/dolphinsa/scripts/dolphin.sh b/packages/games/emulators/dolphinsa/scripts/dolphin.sh index 49a2a8c2d..b9b383569 100644 --- a/packages/games/emulators/dolphinsa/scripts/dolphin.sh +++ b/packages/games/emulators/dolphinsa/scripts/dolphin.sh @@ -10,12 +10,12 @@ if [ ! -d "/storage/.config/dolphin-emu" ]; then cp -r "/usr/config/dolphin-emu" "/storage/.config/" fi +if [ ! -d "/storage/.config/dolphin-emu/StateSaves" ]; then + mkdir -p "/storage/.config/dolphin-emu/StateSaves" +fi + rm -rf /storage/.local/share/dolphin-emu ln -sfv /storage/.config/dolphin-emu /storage/.local/share/dolphin-emu -performance - /usr/bin/dolphin-emu-nogui -p drm -a HLE -e "${1}" - -interactive From b5df625c310a125074a43d714cae5a5cebb5d5e8 Mon Sep 17 00:00:00 2001 From: Brooksytech Date: Fri, 12 Aug 2022 05:51:30 -0700 Subject: [PATCH 2/3] Update Dolphin.ini --- packages/games/emulators/dolphinsa/config/Dolphin.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/games/emulators/dolphinsa/config/Dolphin.ini b/packages/games/emulators/dolphinsa/config/Dolphin.ini index 158e42c6c..ed1518037 100644 --- a/packages/games/emulators/dolphinsa/config/Dolphin.ini +++ b/packages/games/emulators/dolphinsa/config/Dolphin.ini @@ -72,7 +72,7 @@ ColumnState = True [Core] HLE_BS2 = False TimingVariance = 40 -CPUCore = 1 +CPUCore = 5 Fastmem = True CPUThread = True DSPHLE = True From d62ef46047168bac7df390265729eca76236894c Mon Sep 17 00:00:00 2001 From: Brooksytech Date: Fri, 12 Aug 2022 06:14:20 -0700 Subject: [PATCH 3/3] setting the correct arm JIT core. --- packages/games/emulators/dolphinsa/config/Dolphin.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/games/emulators/dolphinsa/config/Dolphin.ini b/packages/games/emulators/dolphinsa/config/Dolphin.ini index ed1518037..078dd73e0 100644 --- a/packages/games/emulators/dolphinsa/config/Dolphin.ini +++ b/packages/games/emulators/dolphinsa/config/Dolphin.ini @@ -72,7 +72,7 @@ ColumnState = True [Core] HLE_BS2 = False TimingVariance = 40 -CPUCore = 5 +CPUCore = 4 Fastmem = True CPUThread = True DSPHLE = True