From 1a47492b086bf5fd04202b4c5c06e73a88aed3d6 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 13 Sep 2026 04:20:05 +0000 Subject: [PATCH] 2026-09-13 04:20:05 Signed-off-by: lizzie --- src/yuzu/bootmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/bootmanager.cpp b/src/yuzu/bootmanager.cpp index 433d13129b..308db3621b 100644 --- a/src/yuzu/bootmanager.cpp +++ b/src/yuzu/bootmanager.cpp @@ -73,7 +73,7 @@ class QPaintEngine; class QSurface; constexpr int default_mouse_constrain_timeout = 10; -constexpr int default_mouse_update_timeout = 10; +constexpr int default_mouse_update_timeout = 5; class RenderWidget : public QWidget { public: