mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 01:08:18 -05:00
core: hid: Update motion on a better place
This commit is contained in:
@ -667,7 +667,7 @@ public:
|
||||
.raw_value = input_engine->GetAxis(identifier, axis_z),
|
||||
.properties = properties_z,
|
||||
};
|
||||
status.delta_timestamp = 5000;
|
||||
status.delta_timestamp = 1000;
|
||||
status.force_update = true;
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user