diff options
| author | 2021-10-31 10:41:44 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:26 -0600 | |
| commit | 730f07830247cfcdc551c253d30c6717fc16316c (patch) | |
| tree | 9a0d7dbee51ad20e4a174c1be08816289a586d6a /src/input_common/input_engine.cpp | |
| parent | kraken: Address comments from review (diff) | |
| download | yuzu-730f07830247cfcdc551c253d30c6717fc16316c.tar.gz yuzu-730f07830247cfcdc551c253d30c6717fc16316c.tar.xz yuzu-730f07830247cfcdc551c253d30c6717fc16316c.zip | |
settings: Fix Debug controller type options
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/input_engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_engine.cpp b/src/input_common/input_engine.cpp index 9cfe0f232..965a2bdf1 100644 --- a/src/input_common/input_engine.cpp +++ b/src/input_common/input_engine.cpp | |||
| @@ -315,7 +315,7 @@ void InputEngine::TriggerOnMotionChange(const PadIdentifier& identifier, int mot | |||
| 315 | 315 | ||
| 316 | bool InputEngine::IsInputIdentifierEqual(const InputIdentifier& input_identifier, | 316 | bool InputEngine::IsInputIdentifierEqual(const InputIdentifier& input_identifier, |
| 317 | const PadIdentifier& identifier, EngineInputType type, | 317 | const PadIdentifier& identifier, EngineInputType type, |
| 318 | std::size_t index) const { | 318 | int index) const { |
| 319 | if (input_identifier.type != type) { | 319 | if (input_identifier.type != type) { |
| 320 | return false; | 320 | return false; |
| 321 | } | 321 | } |