diff options
Diffstat (limited to 'src/input_common/settings.h')
| -rw-r--r-- | src/input_common/settings.h | 4 |
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 | ||
| 11 | namespace Settings { | 11 | namespace Settings { |
| 12 | namespace NativeButton { | 12 | namespace NativeButton { |
| 13 | enum Values { | 13 | enum 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 | ||
| 54 | namespace NativeAnalog { | 54 | namespace NativeAnalog { |
| 55 | enum Values { | 55 | enum Values : int { |
| 56 | LStick, | 56 | LStick, |
| 57 | RStick, | 57 | RStick, |
| 58 | 58 | ||