mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2025-12-25 16:37:03 +00:00
input_common: Add android input engine
This commit is contained in:
parent
915efa4236
commit
72f803c366
6 changed files with 136 additions and 0 deletions
|
|
@ -210,6 +210,9 @@ bool MappingFactory::IsDriverValid(const MappingData& data) const {
|
|||
if (data.engine == "analog_from_button") {
|
||||
return false;
|
||||
}
|
||||
if (data.engine == "virtual_gamepad") {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue