summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 002d25dbd..eaef47236 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -112,7 +112,7 @@ enum class CpuCore {
112 112
113struct Values { 113struct Values {
114 // System 114 // System
115 bool is_docked; 115 bool use_docked_mode;
116 116
117 // Controls 117 // Controls
118 std::array<std::string, NativeButton::NumButtons> buttons; 118 std::array<std::string, NativeButton::NumButtons> buttons;