summaryrefslogtreecommitdiff
path: root/src/input_common/motion_emu.cpp
AgeCommit message (Collapse)Author
2019-02-27common/math_util: Move contents into the Common namespaceLioncash
These types are within the common library, so they should be within the Common namespace.
2019-02-26common/vector_math: Move Vec[x] types into the Common namespaceLioncash
These types are within the common library, so they should be using the Common namespace.
2019-02-26common/quaternion: Move Quaternion into the Common namespaceLioncash
Quaternion is within the common library, so it should be using the Common namespace.
2018-08-02input_common: Add missing override specifiersLioncash
2018-04-20math_util: Remove the Clamp() functionLioncash
C++17 adds clamp() to the standard library, so we can remove ours in favor of it.
2017-08-22motion_emu: fix initialization orderwwylele
2017-08-19motion_emu: no need to include thread in headerwwylele
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele