mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 22:57:57 -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