| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-11-24 | input_common: Remove obsolete files | 1 | -74/+0 | ||
| 2020-11-15 | motion_input: Mark constructor as explicit | 1 | -1/+1 | ||
| 2020-11-15 | motion_input: Mark member functions as [[nodiscard]] where applicable | 1 | -10/+11 | ||
| 2020-10-15 | input_common/CMakeLists: Make some warnings errors | 1 | -5/+5 | ||
| Makes the input_common code warnings consistent with the rest of the codebase. | |||||
| 2020-10-04 | Address comments | 1 | -2/+2 | ||
| 2020-10-03 | Add compatibility with only accelerometer and auto calibrate for drift | 1 | -2/+4 | ||
| 2020-09-25 | Add random motion input to SDL | 1 | -0/+3 | ||
| 2020-09-02 | input_common/motion_input: Make use of Common::PI constant | 1 | -3/+3 | ||
| Also amend the copyright notice to yuzu's instead of Dolphin's, which was mistakenly copy-pasted from another file. | |||||
| 2020-08-27 | Fix orientation errors and improve drift correction | 1 | -1/+1 | ||
| 2020-08-27 | Address comments | 1 | -17/+23 | ||
| 2020-08-27 | Implement a basic class for motion devices | 1 | -0/+62 | ||