mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
CUP: Dolphin, added fullscreen toggle, rebinded golf mode, added wii sync
This commit is contained in:
parent
6547933513
commit
d357113ef8
|
@ -20,6 +20,8 @@ AudioStretchMaxLatency = 80
|
|||
DPL2Decoder = False
|
||||
DPL2Quality = 2
|
||||
DSPHLE = True
|
||||
WiiSDCardAllowWrites = True
|
||||
WiiSDCardEnableFolderSync = False
|
||||
[Display]
|
||||
Fullscreen = True
|
||||
DisableScreenSaver = True
|
||||
|
|
|
@ -5,7 +5,6 @@ General/Toggle Pause = @(Ctrl+P)
|
|||
General/Reset = @(Ctrl+R)
|
||||
General/Take Screenshot = @(Ctrl+X)
|
||||
General/Exit = @(Ctrl+Escape)
|
||||
General/Control NetPlay Golf Mode = @(Alt+G)
|
||||
Emulation Speed/Decrease Emulation Speed = @(Ctrl+`2`)
|
||||
Emulation Speed/Increase Emulation Speed = @(Ctrl+`1`)
|
||||
Emulation Speed/Disable Emulation Speed Limit = @(Ctrl+`0`)
|
||||
|
@ -20,3 +19,6 @@ Other State Hotkeys/Undo Load State = @(Ctrl+`8`)
|
|||
Other State Hotkeys/Undo Save State = @(Ctrl+`9`)
|
||||
Other State Hotkeys/Increase Selected State Slot = @(Ctrl+K)
|
||||
Other State Hotkeys/Decrease Selected State Slot = @(Ctrl+J)
|
||||
General/Toggle Fullscreen = @(Ctrl+Return)
|
||||
General/Control NetPlay Golf Mode = @(Alt+H)
|
||||
Wii/Press Sync Button = @(Alt+W)
|
Loading…
Reference in a new issue