early-access version 2192

This commit is contained in:
pineappleEA
2021-11-10 14:45:07 +01:00
parent d701e13d49
commit 7d72f511d3
13 changed files with 625 additions and 464 deletions

View File

@@ -152,7 +152,7 @@ void EmulatedConsole::SetMotion(Common::Input::CallbackStatus callback) {
motion.rotation = emulated.GetGyroscope();
motion.orientation = emulated.GetOrientation();
motion.quaternion = emulated.GetQuaternion();
motion.is_at_rest = emulated.IsMoving(motion_sensitivity);
motion.is_at_rest = !emulated.IsMoving(motion_sensitivity);
TriggerOnChange(ConsoleTriggerType::Motion);
}