diff options
Diffstat (limited to 'src/core/hid/emulated_console.cpp')
| -rw-r--r-- | src/core/hid/emulated_console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/emulated_console.cpp b/src/core/hid/emulated_console.cpp index 864481f52..374dd5d41 100644 --- a/src/core/hid/emulated_console.cpp +++ b/src/core/hid/emulated_console.cpp | |||
| @@ -152,7 +152,7 @@ void EmulatedConsole::SetMotion(Common::Input::CallbackStatus callback) { | |||
| 152 | motion.rotation = emulated.GetGyroscope(); | 152 | motion.rotation = emulated.GetGyroscope(); |
| 153 | motion.orientation = emulated.GetOrientation(); | 153 | motion.orientation = emulated.GetOrientation(); |
| 154 | motion.quaternion = emulated.GetQuaternion(); | 154 | motion.quaternion = emulated.GetQuaternion(); |
| 155 | motion.is_at_rest = emulated.IsMoving(motion_sensitivity); | 155 | motion.is_at_rest = !emulated.IsMoving(motion_sensitivity); |
| 156 | 156 | ||
| 157 | TriggerOnChange(ConsoleTriggerType::Motion); | 157 | TriggerOnChange(ConsoleTriggerType::Motion); |
| 158 | } | 158 | } |