summaryrefslogtreecommitdiffstats
path: root/src/input_common/motion_emu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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