From ca11efceebf0706a11e38aab54f5785895e6df2f Mon Sep 17 00:00:00 2001 From: Windsurf7 <70599421+Windsurf7@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:36:45 +0300 Subject: [PATCH] Commit suggestion Commit suggestion Co-authored-by: Megamouse --- rpcs3/Input/mouse_gyro_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Input/mouse_gyro_state.h b/rpcs3/Input/mouse_gyro_state.h index bd8537da34..8da17ae694 100644 --- a/rpcs3/Input/mouse_gyro_state.h +++ b/rpcs3/Input/mouse_gyro_state.h @@ -32,5 +32,5 @@ public: void set_gyro_y(s32 steps); void gyro_detect(QEvent* ev, const QWindow& win); - void gyro_run(const std::shared_ptr& pad); + void apply_gyro(const std::shared_ptr& pad); };