summaryrefslogtreecommitdiffstats
path: root/src/input_common/motion_input.h
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2020-10-05 01:15:53 +0200
committergerman <german@thesoftwareartisans.com>2020-10-05 01:15:53 +0200
commita54aee290ff8f94d1fefc70121512dbc46f6c190 (patch)
tree0665dffce32f00c2267f5f55a5353c9da648192f /src/input_common/motion_input.h
parentAdd compatibility with only accelerometer and auto calibrate for drift (diff)
downloadyuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.tar
yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.tar.gz
yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.tar.bz2
yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.tar.lz
yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.tar.xz
yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.tar.zst
yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.zip
Diffstat (limited to 'src/input_common/motion_input.h')
-rw-r--r--src/input_common/motion_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/motion_input.h b/src/input_common/motion_input.h
index f6c1fece7..c90ee64e5 100644
--- a/src/input_common/motion_input.h
+++ b/src/input_common/motion_input.h
@@ -29,8 +29,8 @@ public:
void EnableReset(bool reset);
void ResetRotations();
- void UpdateRotation(const u64 elapsed_time);
- void UpdateOrientation(const u64 elapsed_time);
+ void UpdateRotation(u64 elapsed_time);
+ void UpdateOrientation(u64 elapsed_time);
std::array<Common::Vec3f, 3> GetOrientation() const;
Common::Vec3f GetAcceleration() const;