mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 17:15:41 +00:00
Fix Dolphin dir_prep
This commit is contained in:
parent
f6d775c4a9
commit
57fefdb15c
|
@ -523,7 +523,7 @@ dolphin_init() {
|
||||||
dir_prep "$rdhome/screenshots" "/var/data/dolphin-emu/ScreenShots"
|
dir_prep "$rdhome/screenshots" "/var/data/dolphin-emu/ScreenShots"
|
||||||
dir_prep "$rdhome/states" "/var/data/dolphin-emu/StateSaves"
|
dir_prep "$rdhome/states" "/var/data/dolphin-emu/StateSaves"
|
||||||
mkdir -pv /var/data/dolphin-emu/Wii/
|
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() {
|
pcsx2_init() {
|
||||||
|
|
Loading…
Reference in a new issue