From d357113ef8262d2f7971c47237af44b49b32f2f7 Mon Sep 17 00:00:00 2001
From: XargonWan <6771419+XargonWan@users.noreply.github.com>
Date: Sun, 30 Apr 2023 23:10:09 +0200
Subject: [PATCH] CUP: Dolphin, added fullscreen toggle, rebinded golf mode,
 added wii sync

---
 emu-configs/dolphin/Dolphin.ini | 4 +++-
 emu-configs/dolphin/Hotkeys.ini | 6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

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