CUP: Dolphin, added fullscreen toggle, rebinded golf mode, added wii sync

This commit is contained in:
XargonWan 2023-04-30 23:10:09 +02:00
parent 6547933513
commit d357113ef8
2 changed files with 7 additions and 3 deletions

View file

@ -20,6 +20,8 @@ AudioStretchMaxLatency = 80
DPL2Decoder = False
DPL2Quality = 2
DSPHLE = True
WiiSDCardAllowWrites = True
WiiSDCardEnableFolderSync = False
[Display]
Fullscreen = True
DisableScreenSaver = True
@ -55,4 +57,4 @@ OnScreenDisplayMessages = True
PauseOnFocusLost = True
ShowActiveTitle = True
UseBuiltinTitleDatabase = True
UsePanicHandlers = True
UsePanicHandlers = True

View file

@ -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`)
@ -19,4 +18,7 @@ Load State/Load from Selected Slot = @(Ctrl+A)
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)
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)