From 673571b0b3ff5dca50d33b9a5845616bf8821d20 Mon Sep 17 00:00:00 2001 From: Windsurf7 Date: Fri, 30 Jan 2026 16:37:23 +0300 Subject: [PATCH] Commit suggestion Commit suggestion --- rpcs3/Input/mouse_gyro_state.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rpcs3/Input/mouse_gyro_state.h b/rpcs3/Input/mouse_gyro_state.h index bd8537da34..6385af185c 100644 --- a/rpcs3/Input/mouse_gyro_state.h +++ b/rpcs3/Input/mouse_gyro_state.h @@ -20,12 +20,6 @@ private: public: void clear(); - bool is_gyro_active() const { return active; } - bool needs_gyro_reset() const { return reset; } - s32 get_gyro_x() const { return gyro_x; } - s32 get_gyro_y() const { return gyro_y; } - s32 get_gyro_z() const { return gyro_z; } - void set_gyro_active(); void set_gyro_reset(); void set_gyro_xz(s32 off_x, s32 off_y);