summaryrefslogtreecommitdiff
path: root/src/input_common/motion_input.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* motion_input: Mark constructor as explicitGravatar Lioncash2020-11-151-1/+1
|
* motion_input: Mark member functions as [[nodiscard]] where applicableGravatar Lioncash2020-11-151-10/+11
|
* input_common/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-151-5/+5
| | | | | Makes the input_common code warnings consistent with the rest of the codebase.
* Merge pull request #4757 from german77/BetterMotionGravatar bunnei2020-10-091-0/+2
|\ | | | | InputCommon: Add compatibility with only accelerometer and auto calibrate for drift
| * Address commentsGravatar german2020-10-041-2/+2
| |
| * Add compatibility with only accelerometer and auto calibrate for driftGravatar german2020-10-031-2/+4
| |
* | Add random motion input to SDLGravatar german2020-09-251-0/+3
|/
* input_common/motion_input: Make use of Common::PI constantGravatar Morph2020-09-021-3/+3
| | | | Also amend the copyright notice to yuzu's instead of Dolphin's, which was mistakenly copy-pasted from another file.
* Fix orientation errors and improve drift correctionGravatar german2020-08-271-1/+1
|
* Address commentsGravatar german2020-08-271-17/+23
|
* Implement a basic class for motion devicesGravatar german2020-08-271-0/+62