summaryrefslogtreecommitdiff
path: root/src/input_common/input_engine.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_engine: std::move engine name where applicableGravatar Lioncash2021-12-131-1/+1
| | | | | We can allow the name to be moved into, allowing allocations to be avoided.
* input_engine: Remove callback clearing in constructorGravatar Lioncash2021-12-131-3/+1
| | | | | The callback map is a member variable, so this will always be empty on initial construction.
* input_engine: Remove unnecessary semi-colonsGravatar Lioncash2021-12-131-6/+6
| | | | Silences -Wextra-semi warnings
* input_engine: Remove unnecessary returnGravatar Lioncash2021-12-131-3/+1
| | | | This is a void function, so it doesn't need this.
* input_common: Move button names to the frontendGravatar german772021-11-241-2/+3
|
* kraken: Address comments from reviewGravatar german772021-11-241-1/+1
| | | | Fix compiler bug
* settings: Fix Debug controller type optionsGravatar german772021-11-241-3/+2
|
* kraken: Address comments from reviewGravatar german772021-11-241-7/+7
| | | | start lion review
* kraken: Fix errors from rebase and format filesGravatar german772021-11-241-4/+6
|
* core/hid: Add output devicesGravatar german772021-11-241-6/+12
|
* input_common: Create input_engineGravatar german772021-11-241-0/+224