summaryrefslogtreecommitdiff
path: root/src/input_common/settings.h
diff options
context:
space:
mode:
authorGravatar LC2020-08-28 20:10:33 -0400
committerGravatar GitHub2020-08-28 20:10:33 -0400
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.gz
yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.tar.xz
yuzu-57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78.zip
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.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