summaryrefslogtreecommitdiff
path: root/src/input_common/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/settings.h')
-rw-r--r--src/input_common/settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/settings.h b/src/input_common/settings.h
index 8e481a7fe..2d258960b 100644
--- a/src/input_common/settings.h
+++ b/src/input_common/settings.h
@@ -10,7 +10,7 @@
10 10
11namespace Settings { 11namespace Settings {
12namespace NativeButton { 12namespace NativeButton {
13enum Values { 13enum Values : int {
14 A, 14 A,
15 B, 15 B,
16 X, 16 X,
@@ -52,7 +52,7 @@ extern const std::array<const char*, NumButtons> mapping;
52} // namespace NativeButton 52} // namespace NativeButton
53 53
54namespace NativeAnalog { 54namespace NativeAnalog {
55enum Values { 55enum Values : int {
56 LStick, 56 LStick,
57 RStick, 57 RStick,
58 58