summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/gc_adapter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-1/+1
| | | | This completes the removal of the old UUID implementation.
* input/hid: Migrate to the new UUID implementationGravatar Morph2022-02-051-1/+1
|
* input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash2021-12-131-2/+2
| | | | Avoids creating copies of the struct where not necessary.
* 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_common: Move button names to the frontendGravatar german772021-11-241-18/+18
|
* kraken: Address comments from reviewGravatar german772021-11-241-14/+2
| | | | Fix compiler bug
* kraken: Address comments from reviewGravatar german772021-11-241-5/+5
| | | | start lion review
* input_common: Fix GC adapter initializationGravatar german772021-11-241-12/+12
| | | | Fix GC controller
* service/hid: Fix gesture inputGravatar german772021-11-241-2/+2
|
* core/hid: Only signal when neededGravatar german772021-11-241-12/+63
|
* kraken: Fix errors from rebase and format filesGravatar german772021-11-241-1/+2
|
* core/hid: Add output devicesGravatar german772021-11-241-2/+6
|
* input_common: Rewrite gc_adapterGravatar german772021-11-241-0/+483