mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 22:45:38 +00:00
DOLPHIN: configured controls and hotkeys
This commit is contained in:
parent
f398206281
commit
c804d2d3e5
8
emu-configs/Dolphin-Hotkeys.ini
Normal file
8
emu-configs/Dolphin-Hotkeys.ini
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[Hotkeys]
|
||||||
|
Device = evdev/0/Microsoft X-Box 360 pad 0
|
||||||
|
Save State/Save State Slot 1 = TR&SELECT
|
||||||
|
Load State/Load State Slot 1 = TL&SELECT
|
||||||
|
General/Take Screenshot = SELECT&SOUTH&`SDL/0/Microsoft X-Box 360 pad 0:Button 0`&`SDL/0/Microsoft X-Box 360 pad 0:Button 6`
|
||||||
|
General/Exit = SELECT&START&`SDL/0/Microsoft X-Box 360 pad 0:Button 6`&`SDL/0/Microsoft X-Box 360 pad 0:Button 7`
|
||||||
|
Emulation Speed/Increase Emulation Speed = SELECT&l
|
||||||
|
Emulation Speed/Decrease Emulation Speed = SELECT&r
|
|
@ -8,8 +8,21 @@ SerialPort1 = 255
|
||||||
SkipIPL = True
|
SkipIPL = True
|
||||||
SlotA = 8
|
SlotA = 8
|
||||||
SlotB = 255
|
SlotB = 255
|
||||||
|
WiimoteContinuousScanning = False
|
||||||
|
WiimoteControllerInterface = False
|
||||||
|
WiimoteEnableSpeaker = False
|
||||||
|
SIDevice0 = 6
|
||||||
|
SIDevice1 = 0
|
||||||
|
SIDevice2 = 0
|
||||||
|
SIDevice3 = 0
|
||||||
|
AudioStretch = False
|
||||||
|
AudioStretchMaxLatency = 80
|
||||||
|
DPL2Decoder = False
|
||||||
|
DPL2Quality = 2
|
||||||
|
DSPHLE = True
|
||||||
[Display]
|
[Display]
|
||||||
Fullscreen = True
|
Fullscreen = True
|
||||||
|
DisableScreenSaver = True
|
||||||
[GBA]
|
[GBA]
|
||||||
BIOS = ~/retrodeck/bios/gba_bios.bin
|
BIOS = ~/retrodeck/bios/gba_bios.bin
|
||||||
Rom1 =
|
Rom1 =
|
||||||
|
@ -24,5 +37,21 @@ ISOPath0 = /run/user/1000/doc/9cd3cde7/wii
|
||||||
ISOPath1 = /run/user/1000/doc/14708e0c/gc
|
ISOPath1 = /run/user/1000/doc/14708e0c/gc
|
||||||
ISOPaths = 2
|
ISOPaths = 2
|
||||||
WiiSDCardPath = ~/retrodeck/saves/dolphin-emu/Wii/sd.raw
|
WiiSDCardPath = ~/retrodeck/saves/dolphin-emu/Wii/sd.raw
|
||||||
|
WirelessMac = 00:17:ab:83:9b:d4
|
||||||
|
HotkeysRequireFocus = True
|
||||||
[NetPlay]
|
[NetPlay]
|
||||||
TraversalChoice = direct
|
TraversalChoice = direct
|
||||||
|
[BluetoothPassthrough]
|
||||||
|
Enabled = False
|
||||||
|
[DSP]
|
||||||
|
DSPThread = True
|
||||||
|
Backend = Pulse
|
||||||
|
EnableJIT = False
|
||||||
|
[Interface]
|
||||||
|
ConfirmStop = True
|
||||||
|
CursorVisibility = 0
|
||||||
|
OnScreenDisplayMessages = True
|
||||||
|
PauseOnFocusLost = True
|
||||||
|
ShowActiveTitle = True
|
||||||
|
UseBuiltinTitleDatabase = True
|
||||||
|
UsePanicHandlers = True
|
|
@ -1014,6 +1014,7 @@ modules:
|
||||||
- cp retroarch.cfg ${FLATPAK_DEST}/retrodeck/emu-configs/
|
- cp retroarch.cfg ${FLATPAK_DEST}/retrodeck/emu-configs/
|
||||||
# Dolphin
|
# Dolphin
|
||||||
- cp Dolphin.ini ${FLATPAK_DEST}/retrodeck/emu-configs/
|
- cp Dolphin.ini ${FLATPAK_DEST}/retrodeck/emu-configs/
|
||||||
|
- cp Dolphin-Hotkeys.ini ${FLATPAK_DEST}/retrodeck/emu-configs
|
||||||
# Yuzu
|
# Yuzu
|
||||||
- cp yuzu-qt-config.ini ${FLATPAK_DEST}/retrodeck/emu-configs/
|
- cp yuzu-qt-config.ini ${FLATPAK_DEST}/retrodeck/emu-configs/
|
||||||
# Pcsx2
|
# Pcsx2
|
||||||
|
|
|
@ -92,6 +92,7 @@ standalones_init() {
|
||||||
# Dolphin
|
# Dolphin
|
||||||
mkdir -pv /var/config/dolphin-emu/
|
mkdir -pv /var/config/dolphin-emu/
|
||||||
cp -fv $emuconfigs/Dolphin.ini /var/config/dolphin-emu/
|
cp -fv $emuconfigs/Dolphin.ini /var/config/dolphin-emu/
|
||||||
|
cp -fv $emuconfigs/Dolphin-Hotkeys.ini /var/config/dolphin-emu/Hotkeys.ini
|
||||||
|
|
||||||
# pcsx2
|
# pcsx2
|
||||||
mkdir -pv /var/config/PCSX2/inis/
|
mkdir -pv /var/config/PCSX2/inis/
|
||||||
|
|
Loading…
Reference in a new issue