summaryrefslogtreecommitdiff
path: root/src/input_common/motion_input.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-24input_common: Remove obsolete filesGravatar german771-74/+0
2020-11-15motion_input: Mark constructor as explicitGravatar Lioncash1-1/+1
2020-11-15motion_input: Mark member functions as [[nodiscard]] where applicableGravatar Lioncash1-10/+11
2020-10-15input_common/CMakeLists: Make some warnings errorsGravatar Lioncash1-5/+5
Makes the input_common code warnings consistent with the rest of the codebase.
2020-10-04Address commentsGravatar german1-2/+2
2020-10-03Add compatibility with only accelerometer and auto calibrate for driftGravatar german1-2/+4
2020-09-25Add random motion input to SDLGravatar german1-0/+3
2020-09-02input_common/motion_input: Make use of Common::PI constantGravatar Morph1-3/+3
Also amend the copyright notice to yuzu's instead of Dolphin's, which was mistakenly copy-pasted from another file.
2020-08-27Fix orientation errors and improve drift correctionGravatar german1-1/+1
2020-08-27Address commentsGravatar german1-17/+23
2020-08-27Implement a basic class for motion devicesGravatar german1-0/+62