summaryrefslogtreecommitdiffstats
path: root/src/input_common/motion_emu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/math_util: Move contents into the Common namespaceLioncash2019-02-271-2/+2
| | | | | These types are within the common library, so they should be within the Common namespace.
* common/vector_math: Move Vec[x] types into the Common namespaceLioncash2019-02-271-11/+11
| | | | | These types are within the common library, so they should be using the Common namespace.
* common/quaternion: Move Quaternion into the Common namespaceLioncash2019-02-271-4/+4
| | | | | Quaternion is within the common library, so it should be using the Common namespace.
* input_common: Add missing override specifiersLioncash2018-08-031-1/+1
|
* math_util: Remove the Clamp() functionLioncash2018-04-201-2/+3
| | | | | C++17 adds clamp() to the standard library, so we can remove ours in favor of it.
* motion_emu: fix initialization orderwwylele2017-08-221-1/+4
|
* motion_emu: no need to include thread in headerwwylele2017-08-191-0/+6
|
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-111-0/+159