diff options
| author | 2023-05-07 19:06:10 -0400 | |
|---|---|---|
| committer | 2023-05-07 19:06:10 -0400 | |
| commit | 8f605b542cf8cc1145364095d7af5b9af5c109c4 (patch) | |
| tree | 0a9d3093c5729001ae0937db07b6a847feb6da13 /src/core/hid/input_converter.cpp | |
| parent | Merge pull request #10155 from FernandoS27/reactive-flushing-new (diff) | |
| parent | core: hid: Update motion on a better place (diff) | |
| download | yuzu-8f605b542cf8cc1145364095d7af5b9af5c109c4.tar.gz yuzu-8f605b542cf8cc1145364095d7af5b9af5c109c4.tar.xz yuzu-8f605b542cf8cc1145364095d7af5b9af5c109c4.zip | |
Merge pull request #10195 from german77/mutex
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, |