aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/drivers/gc_adapter.cpp
AgeCommit message (Collapse)Author
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-05-02Revert "gc_adapter: fix libusb import on GCC11.2"Morph
This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f.
2022-05-02gc_adapter: fix libusb import on GCC11.2Levi Behunin
Just to silence an intermittent error. GCC11.2 complains cannot find 'libusb.h' during a fresh build.
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52
2022-03-21input_common: Map sticks correctly when mapped sidewaysNarr the Reg
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
This completes the removal of the old UUID implementation.
2022-02-05input/hid: Migrate to the new UUID implementationMorph
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash
Avoids creating copies of the struct where not necessary.
2021-12-13input_engine: std::move engine name where applicableLioncash
We can allow the name to be moved into, allowing allocations to be avoided.
2021-11-24input_common: Move button names to the frontendgerman77
2021-11-24kraken: Address comments from reviewgerman77
Fix compiler bug
2021-11-24kraken: Address comments from reviewgerman77
start lion review
2021-11-24input_common: Fix GC adapter initializationgerman77
Fix GC controller
2021-11-24service/hid: Fix gesture inputgerman77
2021-11-24core/hid: Only signal when neededgerman77
2021-11-24kraken: Fix errors from rebase and format filesgerman77
2021-11-24core/hid: Add output devicesgerman77
2021-11-24input_common: Rewrite gc_adaptergerman77