diff --git a/emu-configs/dolphin/Dolphin.ini b/emu-configs/dolphin/Dolphin.ini index f6111c44..dddeea88 100644 --- a/emu-configs/dolphin/Dolphin.ini +++ b/emu-configs/dolphin/Dolphin.ini @@ -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 \ No newline at end of file diff --git a/emu-configs/dolphin/Hotkeys.ini b/emu-configs/dolphin/Hotkeys.ini index 0ea602d5..b95f248a 100644 --- a/emu-configs/dolphin/Hotkeys.ini +++ b/emu-configs/dolphin/Hotkeys.ini @@ -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) \ No newline at end of file +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) \ No newline at end of file