summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/gc_adapter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix more typosGravatar Viktor Szépe2024-01-151-2/+2
|
* core: hid: Split SL and SR buttonsGravatar german772023-11-111-3/+5
|
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
|
* input_common: Make use of StoppableTimedWaitGravatar Morph2023-01-251-2/+2
|
* input_common: Use DriverResult on all enginesGravatar german772023-01-191-3/+3
|
* input_common: cache vibration testsGravatar german772022-10-211-1/+5
|
* common: remove "yuzu:" prefix from thread namesGravatar Liam2022-10-031-2/+2
|
* Revert "gc_adapter: fix libusb import on GCC11.2"Gravatar Morph2022-05-021-4/+0
| | | | This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f.
* gc_adapter: fix libusb import on GCC11.2Gravatar Levi Behunin2022-05-021-0/+4
| | | | Just to silence an intermittent error. GCC11.2 complains cannot find 'libusb.h' during a fresh build.
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-281-3/+2
| | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
* input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg2022-03-211-0/+16
|
* 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