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