diff options
author | LC <mathew1800@gmail.com> | 2020-08-28 20:10:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 20:10:33 -0400 |
commit | 57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78 (patch) | |
tree | 32ad64a7368d1f7f0506e3a0308fc939accdd4e0 /src/input_common/settings.h | |
parent | 1c9a1de30dc7ba19b736f906b64dfd64c7aa9cf5 (diff) | |
parent | 98f5d8a713966e960f0e4d4f520b67786ebad9d9 (diff) |
Merge pull request #4600 from lioncash/prototype
input_common/main: Remove unimplemented prototype
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 @@ namespace Settings { namespace NativeButton { -enum Values { +enum Values : int { A, B, X, @@ -52,7 +52,7 @@ extern const std::array<const char*, NumButtons> mapping; } // namespace NativeButton namespace NativeAnalog { -enum Values { +enum Values : int { LStick, RStick, |