summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/sdl_driver.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-27input_common: Add DS5 to HD rumble listNarr the Reg1-2/+3
2022-01-15Xbox controller default name nit pickgidoly1-2/+2
2022-01-15Change default name for ps controllersgidoly1-0/+6
2022-01-07yuzu: Add controller hotkeysgerman771-0/+2
2021-12-14input/SDL: Update SDL hintsValeri1-3/+4
2021-12-13input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash1-2/+2
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash1-2/+4
2021-12-13input_engine: std::move engine name where applicableLioncash1-1/+1
2021-11-30input_common: Fix error with thread nameNarr the Reg1-2/+1
2021-11-25input_common: Move button names to the frontendgerman771-8/+7
2021-11-25input_common: Fix SDL controller with inverted axisgerman771-23/+0
2021-11-25kraken: Address comments from reviewgerman771-1/+1
2021-11-25kraken: Address comments from reviewgerman771-8/+8
2021-11-25input_common: Add multiple vibration curvesgerman771-14/+19
2021-11-25core/hid: Fix rumble too strong at 1%german771-1/+19
2021-11-25core/hid: Only signal when neededgerman771-8/+14
2021-11-25core/hid: Add output devicesgerman771-2/+6
2021-11-25input_common: Rewrite SDLgerman771-0/+915