mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-27 02:02:24 -07:00
input_common: Add experimental motion to button
This commit is contained in:
@@ -82,6 +82,9 @@ void MappingFactory::RegisterButton(const MappingData& data) {
|
||||
new_input.Set("axis", data.index);
|
||||
new_input.Set("threshold", 0.5f);
|
||||
break;
|
||||
case EngineInputType::Motion:
|
||||
new_input.Set("motion", data.index);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user