diff options
| author | 2022-12-18 13:24:02 -0600 | |
|---|---|---|
| committer | 2022-12-18 15:33:11 -0600 | |
| commit | cf01a507fb3c49791daf2420eec9e7e9e41a9d6b (patch) | |
| tree | 75126aff0497c95b7db36533e01f49620bdc5c8b /src/input_common/input_mapping.cpp | |
| parent | Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) (diff) | |
| download | yuzu-cf01a507fb3c49791daf2420eec9e7e9e41a9d6b.tar.gz yuzu-cf01a507fb3c49791daf2420eec9e7e9e41a9d6b.tar.xz yuzu-cf01a507fb3c49791daf2420eec9e7e9e41a9d6b.zip | |
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 | } |