mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 11:25:39 +00:00
DOLPHIN: fixed some paths
This commit is contained in:
parent
1bf10b8daa
commit
5335e33367
|
@ -24,19 +24,19 @@ DSPHLE = True
|
|||
Fullscreen = True
|
||||
DisableScreenSaver = True
|
||||
[GBA]
|
||||
BIOS = /var/data/dolphin-emu/GBA/gba_bios.bin
|
||||
BIOS = ~/retrodeck/bios
|
||||
Rom1 =
|
||||
Rom2 =
|
||||
Rom3 =
|
||||
Rom4 =
|
||||
SavesInRomPath = False
|
||||
SavesPath = /var/data/dolphin-emu/GBA/Saves/
|
||||
SavesPath = ~/retrodeck/saves
|
||||
Threads = True
|
||||
[General]
|
||||
ISOPath0 = /run/user/1000/doc/9cd3cde7/wii
|
||||
ISOPath1 = /run/user/1000/doc/14708e0c/gc
|
||||
ISOPath0 = ~/retrodeck/roms/wii
|
||||
ISOPath1 = ~/retrodeck/roms/gc
|
||||
ISOPaths = 2
|
||||
WiiSDCardPath = /var/data/dolphin-emu/Wii/sd.raw
|
||||
WiiSDCardPath = ~/retrodeck/saves/sd.raw
|
||||
WirelessMac = 00:17:ab:83:9b:d4
|
||||
HotkeysRequireFocus = True
|
||||
RecursiveISOPaths = True
|
||||
|
|
|
@ -90,8 +90,7 @@ standalones_init() {
|
|||
echo "----------------------"
|
||||
mkdir -pv /var/config/dolphin-emu/
|
||||
cp -fvr "$emuconfigs/dolphin/"* /var/config/dolphin-emu/
|
||||
dir_prep "$rdhome/saves" "/var/data/dolphin-emu/GBA/Saves"
|
||||
dir_prep "$rdhome/saves" "/var/data/dolphin-emu/Wii"
|
||||
sed -i 's#~/retrodeck#'$rdhome'#g' /var/config/dolphin-emu/Dolphin.ini
|
||||
|
||||
# pcsx2
|
||||
echo "----------------------"
|
||||
|
|
Loading…
Reference in a new issue