diff options
| author | 2023-05-07 19:06:10 -0400 | |
|---|---|---|
| committer | 2023-05-07 19:06:10 -0400 | |
| commit | 8f605b542cf8cc1145364095d7af5b9af5c109c4 (patch) | |
| tree | 0a9d3093c5729001ae0937db07b6a847feb6da13 /src/input_common/input_poller.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/input_common/input_poller.cpp')
| -rw-r--r-- | src/input_common/input_poller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_poller.cpp b/src/input_common/input_poller.cpp index 5c2c4a463..380a01542 100644 --- a/src/input_common/input_poller.cpp +++ b/src/input_common/input_poller.cpp | |||
| @@ -667,7 +667,7 @@ public: | |||
| 667 | .raw_value = input_engine->GetAxis(identifier, axis_z), | 667 | .raw_value = input_engine->GetAxis(identifier, axis_z), |
| 668 | .properties = properties_z, | 668 | .properties = properties_z, |
| 669 | }; | 669 | }; |
| 670 | status.delta_timestamp = 5000; | 670 | status.delta_timestamp = 1000; |
| 671 | status.force_update = true; | 671 | status.force_update = true; |
| 672 | return status; | 672 | return status; |
| 673 | } | 673 | } |