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

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`)
@ -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)