mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-27 13:25:14 -06:00
Commit suggestion
Commit suggestion
This commit is contained in:
parent
860ee81b54
commit
673571b0b3
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user