DOLPHIN: configuration update

This commit is contained in:
XargonWan 2024-07-16 19:14:02 +09:00
parent fd2f0085ca
commit 7811217ebe
2 changed files with 24 additions and 4 deletions

View file

@ -51,10 +51,17 @@ Threads = True
ISOPath0 =
ISOPath1 =
ISOPaths = 2
WiiSDCardPath =
WirelessMac =
HotkeysRequireFocus = True
RecursiveISOPaths = False
NANDRootPath =
DumpPath = /var/data/dolphin-emu/Dump/
LoadPath = /var/data/dolphin-emu/Load/
NANDRootPath = /var/data/dolphin-emu/Wii/
ResourcePackPath = /var/data/dolphin-emu/ResourcePacks/
WFSPath =
WiiSDCardPath =
WiiSDCardSyncFolder = /var/data/dolphin-emu/Load/WiiSDSync/
[Interface]
ConfirmStop = True
CursorVisibility = 0
@ -63,6 +70,14 @@ PauseOnFocusLost = False
ShowActiveTitle = True
UseBuiltinTitleDatabase = True
UsePanicHandlers = True
[NetPlay]
TraversalChoice = direct
[Core]
SelectedLanguage = 0
SerialPort1 = 255
SkipIPL = True
SlotA = 8
SlotB = 255
[BluetoothPassthrough]
Enabled = False
[DSP]
@ -77,4 +92,4 @@ SavesInRomPath = False
SavesPath =
Threads = True
[Input]
BackgroundInput = False
BackgroundInput = False

View file

@ -42,12 +42,17 @@ Threads = True
[General]
ISOPath0 = RETRODECKHOMEDIR/roms/wii
ISOPath1 = RETRODECKHOMEDIR/roms/gc
ISOPaths = 3
ISOPaths = 2
WiiSDCardPath = RETRODECKHOMEDIR/saves/wii/dolphin/sd.raw
WirelessMac = 00:17:ab:83:9b:d4
HotkeysRequireFocus = True
RecursiveISOPaths = True
ISOPath2 = RETRODECKHOMEDIR/roms/wii
DumpPath = /var/data/dolphin-emu/Dump/
LoadPath = /var/data/dolphin-emu/Load/
NANDRootPath = /var/data/dolphin-emu/Wii/
ResourcePackPath = /var/data/dolphin-emu/ResourcePacks/
WFSPath =
WiiSDCardSyncFolder = /var/data/dolphin-emu/Load/WiiSDSync/
[NetPlay]
TraversalChoice = direct
[BluetoothPassthrough]