mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 00:57:57 -05: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