summaryrefslogtreecommitdiffstats
path: root/src/input_common/settings.h
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-08-29 02:10:33 +0200
committerGitHub <noreply@github.com>2020-08-29 02:10:33 +0200
commit57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78 (patch)
tree32ad64a7368d1f7f0506e3a0308fc939accdd4e0 /src/input_common/settings.h
parentMerge pull request #4599 from ReinUsesLisp/amd-extended-state (diff)
parentinput_common/main: Remove unnecessary headers (diff)
downloadyuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar
yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar.gz
yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar.bz2
yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar.lz
yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar.xz
yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar.zst
yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.zip
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 @@
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,