early-access version 3232

This commit is contained in:
pineappleEA
2022-12-19 07:59:15 +01:00
parent 997f157033
commit a47b53e126
9 changed files with 147 additions and 378 deletions

View File

@@ -200,12 +200,6 @@ bool MappingFactory::IsDriverValid(const MappingData& data) const {
return false;
}
// The following drivers don't need to be mapped
if (data.engine == "tas") {
return false;
}
if (data.engine == "touch") {
return false;
}
if (data.engine == "touch_from_button") {
return false;
}