mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-02 01:16:32 -05:00
Fix orientation errors and improve drift correction
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
Common::Vec3f gyro_drift;
|
||||
|
||||
f32 gyro_threshold = 0.0f;
|
||||
f32 reset_counter = 0.0f;
|
||||
u32 reset_counter = 0;
|
||||
bool reset_enabled = true;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user