DOLPHIN: fixed some paths

This commit is contained in:
XargonWan 2022-09-08 17:45:57 +02:00 committed by GitHub
parent c4bd4cc365
commit 974f66c505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View file

@ -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

View file

@ -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 "----------------------"