Commit Graph

18 Commits (92d676d78817ca80c79cc316035338971c1df778)

Author SHA1 Message Date
gidoly 92d676d788
Xbox controller default name nit pick
Discord User moon lacer pointed us that official name is 'Xbox' not 'XBox'
gidoly 7978ea4e8c
Change default name for ps controllers
Minor nitpick
Code is from narr
german77 72c8a94a6c yuzu: Add controller hotkeys
Narr the Reg ac0c5be7c0
Merge pull request from v1993/patch-2
input/SDL: Update SDL hints
Valeri 7f965172c5
input/SDL: Update SDL hints
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.
Lioncash 755822ceec input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()
Copies the BasicMotion instance once instead of twice.
Lioncash 38f3442ea5 input_engine: Pass VibrationStatus by const reference in SetRumble()
Avoids creating copies of the struct where not necessary.
Lioncash 2b92d22bda input_engine: std::move engine name where applicable
We can allow the name to be moved into, allowing allocations to be
avoided.
Narr the Reg e4492a9a82
input_common: Fix error with thread name
german77 746c85b560 input_common: Move button names to the frontend
german77 c4760489a0 input_common: Fix SDL controller with inverted axis
german77 42949738f2 kraken: Address comments from review
Fix compiler bug
german77 2b1b0c2a30 kraken: Address comments from review
start lion review
german77 7348e205d9 input_common: Add multiple vibration curves
german77 c3ff0a8ac0 core/hid: Fix rumble too strong at 1%
german77 601ac43495 core/hid: Only signal when needed
german77 06a5ef5874 core/hid: Add output devices
german77 59b995a9e5 input_common: Rewrite SDL