From 57fefdb15cdb42dae49b1f5c373dec5a6398027e Mon Sep 17 00:00:00 2001 From: icenine451 Date: Sun, 20 Nov 2022 18:48:02 -0500 Subject: [PATCH] Fix Dolphin dir_prep --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 0fbf972c..67751a52 100644 --- a/functions.sh +++ b/functions.sh @@ -523,7 +523,7 @@ dolphin_init() { dir_prep "$rdhome/screenshots" "/var/data/dolphin-emu/ScreenShots" dir_prep "$rdhome/states" "/var/data/dolphin-emu/StateSaves" mkdir -pv /var/data/dolphin-emu/Wii/ - dir_prep "$rdhome/saves/wii/dolphin" "/var/data/dolphin-emu/Wii/" + dir_prep "$rdhome/saves/wii/dolphin" "/var/data/dolphin-emu/Wii" } pcsx2_init() {