diff options
author | german <german@thesoftwareartisans.com> | 2020-08-26 23:49:24 +0200 |
---|---|---|
committer | german <german@thesoftwareartisans.com> | 2020-08-28 00:19:21 +0200 |
commit | 1be18dc110e1c7193930c62542855c91179d179b (patch) | |
tree | 5ce63dd785b321255cb3479a27fcfa91305f5a51 /src/input_common/motion_input.h | |
parent | Address comments (diff) | |
download | yuzu-1be18dc110e1c7193930c62542855c91179d179b.tar yuzu-1be18dc110e1c7193930c62542855c91179d179b.tar.gz yuzu-1be18dc110e1c7193930c62542855c91179d179b.tar.bz2 yuzu-1be18dc110e1c7193930c62542855c91179d179b.tar.lz yuzu-1be18dc110e1c7193930c62542855c91179d179b.tar.xz yuzu-1be18dc110e1c7193930c62542855c91179d179b.tar.zst yuzu-1be18dc110e1c7193930c62542855c91179d179b.zip |
Diffstat (limited to 'src/input_common/motion_input.h')
-rw-r--r-- | src/input_common/motion_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/motion_input.h b/src/input_common/motion_input.h index d1a7a9e13..445798a54 100644 --- a/src/input_common/motion_input.h +++ b/src/input_common/motion_input.h @@ -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; }; |