Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common/math_util: Move contents into the Common namespace | Lioncash | 2019-02-27 | 1 | -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 namespace | Lioncash | 2019-02-27 | 1 | -11/+11 |
| | | | | | These types are within the common library, so they should be using the Common namespace. | ||||
* | common/quaternion: Move Quaternion into the Common namespace | Lioncash | 2019-02-27 | 1 | -4/+4 |
| | | | | | Quaternion is within the common library, so it should be using the Common namespace. | ||||
* | input_common: Add missing override specifiers | Lioncash | 2018-08-03 | 1 | -1/+1 |
| | |||||
* | math_util: Remove the Clamp() function | Lioncash | 2018-04-20 | 1 | -2/+3 |
| | | | | | C++17 adds clamp() to the standard library, so we can remove ours in favor of it. | ||||
* | motion_emu: fix initialization order | wwylele | 2017-08-22 | 1 | -1/+4 |
| | |||||
* | motion_emu: no need to include thread in header | wwylele | 2017-08-19 | 1 | -0/+6 |
| | |||||
* | move MotionEmu from core/frontend to input_common as a InputDevice | wwylele | 2017-08-11 | 1 | -0/+159 |