summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/sdl_driver.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Make vibration request asyncGravatar Narr the Reg2022-05-231-0/+12
|
* input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg2022-03-211-0/+2
|
* yuzu: Add controller hotkeysGravatar german772022-01-061-1/+1
|
* input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash2021-12-131-1/+1
| | | | Avoids creating copies of the struct where not necessary.
* input_engine: std::move engine name where applicableGravatar Lioncash2021-12-131-6/+6
| | | | | We can allow the name to be moved into, allowing allocations to be avoided.
* input_common: Move button names to the frontendGravatar german772021-11-241-1/+1
|
* kraken: Address comments from reviewGravatar german772021-11-241-1/+1
| | | | Fix compiler bug
* kraken: Address comments from reviewGravatar german772021-11-241-5/+2
| | | | start lion review
* kraken: Fix errors from rebase and format filesGravatar german772021-11-241-1/+1
|
* core/hid: Add output devicesGravatar german772021-11-241-1/+1
|
* input_common: Rewrite SDLGravatar german772021-11-241-0/+120