early-access version 2437

This commit is contained in:
pineappleEA
2022-01-27 03:52:17 +01:00
parent 88f9dad35f
commit 8ca4d8c230
20 changed files with 258 additions and 224 deletions

View File

@@ -749,6 +749,7 @@ void EmulatedController::SetMotion(const Common::Input::CallbackStatus& callback
raw_status.gyro.y.value,
raw_status.gyro.z.value,
});
emulated.SetGyroThreshold(raw_status.gyro.x.properties.threshold);
emulated.UpdateRotation(raw_status.delta_timestamp);
emulated.UpdateOrientation(raw_status.delta_timestamp);
force_update_motion = raw_status.force_update;