diff options
Diffstat (limited to 'src/core/hid/input_converter.cpp')
| -rw-r--r-- | src/core/hid/input_converter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/input_converter.cpp b/src/core/hid/input_converter.cpp index 53b00b1f9..4ccb1c596 100644 --- a/src/core/hid/input_converter.cpp +++ b/src/core/hid/input_converter.cpp | |||
| @@ -86,7 +86,7 @@ Common::Input::MotionStatus TransformToMotion(const Common::Input::CallbackStatu | |||
| 86 | .range = 1.0f, | 86 | .range = 1.0f, |
| 87 | .offset = 0.0f, | 87 | .offset = 0.0f, |
| 88 | }; | 88 | }; |
| 89 | status.delta_timestamp = 5000; | 89 | status.delta_timestamp = 1000; |
| 90 | status.force_update = true; | 90 | status.force_update = true; |
| 91 | status.accel.x = { | 91 | status.accel.x = { |
| 92 | .value = 0.0f, | 92 | .value = 0.0f, |