summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/sdl_driver.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash2021-12-131-1/+1
| | | | Avoids creating copies of the struct where not necessary.
* input_engine: std::move engine name where applicableLioncash2021-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 frontendgerman772021-11-251-1/+1
|
* kraken: Address comments from reviewgerman772021-11-251-1/+1
| | | | Fix compiler bug
* kraken: Address comments from reviewgerman772021-11-251-5/+2
| | | | start lion review
* kraken: Fix errors from rebase and format filesgerman772021-11-251-1/+1
|
* core/hid: Add output devicesgerman772021-11-251-1/+1
|
* input_common: Rewrite SDLgerman772021-11-251-0/+120