mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
CEMU: dirprepped saves folder
This commit is contained in:
parent
8ebbbbe522
commit
4f4c159958
|
@ -944,7 +944,7 @@ cemu_init() {
|
|||
cp -fvr "$emuconfigs/cemu/"* /var/config/Cemu/
|
||||
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' /var/config/Cemu/settings.xml
|
||||
#TODO
|
||||
#dir_prep "$rdhome/saves/wiiu/cemu" "/var/data/dolphin-emu/GC/EUR"
|
||||
dir_prep "$rdhome/saves/wiiu/cemu" "$rdhome/bios/cemu/usr/save"
|
||||
#dir_prep "$rdhome/screenshots" "/var/data/dolphin-emu/ScreenShots"
|
||||
#dir_prep "$rdhome/states/cemu" "/var/data/dolphin-emu/StateSaves"
|
||||
}
|
||||
|
@ -1141,7 +1141,7 @@ emulators_post_move() {
|
|||
# Cemu section
|
||||
sed -i 's#RETRODECKHOMEDIR#'$rdhome'#g' /var/config/Cemu/settings.xml
|
||||
#TODO
|
||||
#dir_prep "$rdhome/saves/wiiu/cemu" "/var/data/dolphin-emu/GC/EUR"
|
||||
dir_prep "$rdhome/saves/wiiu/cemu" "$rdhome/bios/cemu/usr/save"
|
||||
#dir_prep "$rdhome/screenshots" "/var/data/dolphin-emu/ScreenShots"
|
||||
#dir_prep "$rdhome/states/cemu" "/var/data/dolphin-emu/StateSaves"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue