diff options
| author | 2020-08-28 20:10:33 -0400 | |
|---|---|---|
| committer | 2020-08-28 20:10:33 -0400 | |
| commit | 57d9ef5a899dd32be7bae5aaeb53bc7cd2766a78 (patch) | |
| tree | 32ad64a7368d1f7f0506e3a0308fc939accdd4e0 /src/input_common/settings.h | |
| parent | Merge pull request #4599 from ReinUsesLisp/amd-extended-state (diff) | |
| parent | input_common/main: Remove unnecessary headers (diff) | |
| download | yuzu-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.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 | ||