summaryrefslogtreecommitdiffstats
path: root/src/core/hid/motion_input.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-24input_common: Add option to configure gyro thresholdgerman771-2/+2
2022-01-12core/hid: Reduce gyro threshold even moreNarr the Reg1-1/+1
2022-01-07core/hid: Set minimum gyro thresholdgerman771-0/+1
2021-12-13service/hid: Improve console motion accuracyNarr the Reg1-4/+8
2021-11-25yuzu: Fix loading input profilesgerman771-0/+2
2021-11-25core/hid: Move motion_input, create input converter and hid_typesgerman771-42/+13
2021-04-24hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman771-2/+8
2021-01-02general: Fix various spelling errorsMorph1-1/+1
2020-10-16input_common/CMakeLists: Make some warnings errorsLioncash1-21/+17
2020-10-05Address commentsgerman1-38/+38
2020-10-04Add compatibility with only accelerometer and auto calibrate for driftgerman1-10/+102
2020-09-26Add random motion input to SDLgerman1-0/+32
2020-09-02input_common/motion_input: Make use of Common::PI constantMorph1-1/+6
2020-08-28Fix orientation errors and improve drift correctiongerman1-13/+30
2020-08-28Address commentsgerman1-68/+42
2020-08-28Implement a basic class for motion devicesgerman1-0/+185