diff options
| author | 2022-12-19 11:09:00 -0500 | |
|---|---|---|
| committer | 2022-12-19 11:09:00 -0500 | |
| commit | 42d81aab327a2f4851658d947b63b8e9ed4bf4d7 (patch) | |
| tree | c73103373396f6a179a82ffed649c359a1621d2f /src/input_common/input_mapping.cpp | |
| parent | Merge pull request #9477 from Morph1984/overlaydialog (diff) | |
| parent | input_common: Cleanup project (diff) | |
| download | yuzu-42d81aab327a2f4851658d947b63b8e9ed4bf4d7.tar.gz yuzu-42d81aab327a2f4851658d947b63b8e9ed4bf4d7.tar.xz yuzu-42d81aab327a2f4851658d947b63b8e9ed4bf4d7.zip | |
Merge pull request #9471 from german77/input
input_common: Cleanup project
Diffstat (limited to 'src/input_common/input_mapping.cpp')
| -rw-r--r-- | src/input_common/input_mapping.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input_common/input_mapping.cpp b/src/input_common/input_mapping.cpp index 0fa4b1ddb..edd5287c1 100644 --- a/src/input_common/input_mapping.cpp +++ b/src/input_common/input_mapping.cpp | |||
| @@ -200,12 +200,6 @@ bool MappingFactory::IsDriverValid(const MappingData& data) const { | |||
| 200 | return false; | 200 | return false; |
| 201 | } | 201 | } |
| 202 | // The following drivers don't need to be mapped | 202 | // The following drivers don't need to be mapped |
| 203 | if (data.engine == "tas") { | ||
| 204 | return false; | ||
| 205 | } | ||
| 206 | if (data.engine == "touch") { | ||
| 207 | return false; | ||
| 208 | } | ||
| 209 | if (data.engine == "touch_from_button") { | 203 | if (data.engine == "touch_from_button") { |
| 210 | return false; | 204 | return false; |
| 211 | } | 205 | } |