summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/sdl_driver.cpp (unfollow)
Commit message (Collapse)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
Discord User moon lacer pointed us that official name is 'Xbox' not 'XBox'
2022-01-15Change default name for ps controllersgidoly1-0/+6
Minor nitpick Code is from narr
2022-01-07yuzu: Add controller hotkeysgerman771-0/+2
2021-12-14input/SDL: Update SDL hintsValeri1-3/+4
SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED is no longer needed thanks to new default in SDL 2.0.18. SDL_HINT_JOYSTICK_HIDAPI_XBOX is reported to cause conflicts with native driver Xbox driver on Linux, and Xbox controllers don't benefit from hidapi anyways.
2021-12-13input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash1-2/+2
Copies the BasicMotion instance once instead of twice.
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash1-2/+4
Avoids creating copies of the struct where not necessary.
2021-12-13input_engine: std::move engine name where applicableLioncash1-1/+1
We can allow the name to be moved into, allowing allocations to be avoided.
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
Fix compiler bug
2021-11-25kraken: Address comments from reviewgerman771-8/+8
start lion review
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