mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 06:25:39 +00:00
DOLPHIN: initialized config
This commit is contained in:
parent
db7e80a9e5
commit
d5ab619705
|
@ -988,6 +988,10 @@ modules:
|
|||
# Desktop entry
|
||||
- cp com.xargon.retrodeck.desktop /app/share/applications/com.xargon.retrodeck.desktop
|
||||
|
||||
# Configuring Dolphin
|
||||
- mkdir -p /var/config/dolphin-emu/
|
||||
- cp Dolphin.ini /var/config/dolphin-emu/
|
||||
|
||||
#cleanup: ['*']
|
||||
sources:
|
||||
- type: file
|
||||
|
@ -998,8 +1002,8 @@ modules:
|
|||
path: es_systems.xml
|
||||
- type: file
|
||||
path: retrodeck.sh
|
||||
- type: file
|
||||
path: retrodeck-retroarch.cfg
|
||||
- type: dir
|
||||
path: emu-configs
|
||||
- type: file
|
||||
path: tools-gamelist.xml
|
||||
- type: dir
|
||||
|
|
28
emu-configs/Dolphin.ini
Normal file
28
emu-configs/Dolphin.ini
Normal file
|
@ -0,0 +1,28 @@
|
|||
[Analytics]
|
||||
ID = 09426e1e3e44d72728fb46a9e4a54663
|
||||
PermissionAsked = True
|
||||
[Core]
|
||||
GFXBackend = Vulkan
|
||||
SelectedLanguage = 0
|
||||
SerialPort1 = 255
|
||||
SkipIPL = True
|
||||
SlotA = 8
|
||||
SlotB = 255
|
||||
[Display]
|
||||
Fullscreen = True
|
||||
[GBA]
|
||||
BIOS = ~/retrodeck/bios/gba_bios.bin
|
||||
Rom1 =
|
||||
Rom2 =
|
||||
Rom3 =
|
||||
Rom4 =
|
||||
SavesInRomPath = False
|
||||
SavesPath = ~/retrodeck/saves/dolphin-emu/GBA/Saves/
|
||||
Threads = True
|
||||
[General]
|
||||
ISOPath0 = /run/user/1000/doc/9cd3cde7/wii
|
||||
ISOPath1 = /run/user/1000/doc/14708e0c/gc
|
||||
ISOPaths = 2
|
||||
WiiSDCardPath = ~/retrodeck/saves/dolphin-emu/Wii/sd.raw
|
||||
[NetPlay]
|
||||
TraversalChoice = direct
|
Loading…
Reference in a new issue