summaryrefslogtreecommitdiffstats
path: root/src/common/settings.h
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/common/settings.h
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/common/settings.h')
-rw-r--r--src/common/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 512ecff69..56ee4e28d 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -503,7 +503,7 @@ struct Values {
Setting<bool> tas_loop{false, "tas_loop"};
Setting<bool> mouse_panning{false, "mouse_panning"};
- Setting<u8, true> mouse_panning_sensitivity{10, 1, 100, "mouse_panning_sensitivity"};
+ Setting<u8, true> mouse_panning_sensitivity{50, 1, 100, "mouse_panning_sensitivity"};
Setting<bool> mouse_enabled{false, "mouse_enabled"};
Setting<bool> emulate_analog_keyboard{false, "emulate_analog_keyboard"};