summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_mapping.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-03-05 18:00:00 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-03-08 02:31:52 +0100
commit9a9e5844d3865c923afc1238ce7a79b3ec111410 (patch)
tree022add86bcb2e79d4f0560bd0e164820372d3ae2 /src/input_common/input_mapping.cpp
parentMerge pull request #9786 from FernandoS27/the-gaia-is-a-lie (diff)
downloadyuzu-9a9e5844d3865c923afc1238ce7a79b3ec111410.tar
yuzu-9a9e5844d3865c923afc1238ce7a79b3ec111410.tar.gz
yuzu-9a9e5844d3865c923afc1238ce7a79b3ec111410.tar.bz2
yuzu-9a9e5844d3865c923afc1238ce7a79b3ec111410.tar.lz
yuzu-9a9e5844d3865c923afc1238ce7a79b3ec111410.tar.xz
yuzu-9a9e5844d3865c923afc1238ce7a79b3ec111410.tar.zst
yuzu-9a9e5844d3865c923afc1238ce7a79b3ec111410.zip
Diffstat (limited to 'src/input_common/input_mapping.cpp')
-rw-r--r--src/input_common/input_mapping.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/input_mapping.cpp b/src/input_common/input_mapping.cpp
index 2ff480ff9..9361b00c5 100644
--- a/src/input_common/input_mapping.cpp
+++ b/src/input_common/input_mapping.cpp
@@ -146,6 +146,7 @@ void MappingFactory::RegisterMotion(const MappingData& data) {
if (data.engine == "mouse") {
new_input.Set("motion", 0);
new_input.Set("pad", 1);
+ new_input.Set("threshold", 0.001f);
input_queue.Push(new_input);
return;
}