diff options
| author | 2023-05-07 16:38:41 -0600 | |
|---|---|---|
| committer | 2023-05-07 17:01:57 -0600 | |
| commit | cf023aa8ec93193d4827b3034c9e7d35a0edfc2a (patch) | |
| tree | 66c90375ec6d8a8f1bae96e8c6fc9194b8407756 /src/core/hid/input_converter.cpp | |
| parent | Merge pull request #10097 from german77/nfp_full (diff) | |
| download | yuzu-cf023aa8ec93193d4827b3034c9e7d35a0edfc2a.tar.gz yuzu-cf023aa8ec93193d4827b3034c9e7d35a0edfc2a.tar.xz yuzu-cf023aa8ec93193d4827b3034c9e7d35a0edfc2a.zip | |
core: hid: Update motion on a better place
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, |