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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 97ddcdff9..4034b795a 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -40,6 +40,9 @@ static const std::array<Values, NUM_INPUTS> All = {{
40 40
41 41
42struct Values { 42struct Values {
43 // CheckNew3DS
44 bool is_new3ds;
45
43 // Controls 46 // Controls
44 std::array<int, NativeInput::NUM_INPUTS> input_mappings; 47 std::array<int, NativeInput::NUM_INPUTS> input_mappings;
45 48