| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | general: fix spelling mistakes | 2023-03-12 | 1 | -1/+1 | |
| | | |||||
| * | input_common: Make use of StoppableTimedWait | 2023-01-25 | 1 | -2/+2 | |
| | | |||||
| * | input_common: Use DriverResult on all engines | 2023-01-19 | 1 | -3/+3 | |
| | | |||||
| * | input_common: cache vibration tests | 2022-10-21 | 1 | -1/+5 | |
| | | |||||
| * | common: remove "yuzu:" prefix from thread names | 2022-10-03 | 1 | -2/+2 | |
| | | |||||
| * | Revert "gc_adapter: fix libusb import on GCC11.2" | 2022-05-02 | 1 | -4/+0 | |
| | | | | | This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f. | ||||
| * | gc_adapter: fix libusb import on GCC11.2 | 2022-05-02 | 1 | -0/+4 | |
| | | | | | Just to silence an intermittent error. GCC11.2 complains cannot find 'libusb.h' during a fresh build. | ||||
| * | chore: add missing SPDX tags | 2022-04-28 | 1 | -3/+2 | |
| | | | | | Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52 | ||||
| * | input_common: Map sticks correctly when mapped sideways | 2022-03-21 | 1 | -0/+16 | |
| | | |||||
| * | general: Rename NewUUID to UUID, and remove the previous UUID impl | 2022-02-05 | 1 | -1/+1 | |
| | | | | | This completes the removal of the old UUID implementation. | ||||
| * | input/hid: Migrate to the new UUID implementation | 2022-02-05 | 1 | -1/+1 | |
| | | |||||
| * | input_engine: Pass VibrationStatus by const reference in SetRumble() | 2021-12-13 | 1 | -2/+2 | |
| | | | | | Avoids creating copies of the struct where not necessary. | ||||
| * | input_engine: std::move engine name where applicable | 2021-12-13 | 1 | -1/+1 | |
| | | | | | | We can allow the name to be moved into, allowing allocations to be avoided. | ||||
| * | input_common: Move button names to the frontend | 2021-11-24 | 1 | -18/+18 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 1 | -14/+2 | |
| | | | | | Fix compiler bug | ||||
| * | kraken: Address comments from review | 2021-11-24 | 1 | -5/+5 | |
| | | | | | start lion review | ||||
| * | input_common: Fix GC adapter initialization | 2021-11-24 | 1 | -12/+12 | |
| | | | | | Fix GC controller | ||||
| * | service/hid: Fix gesture input | 2021-11-24 | 1 | -2/+2 | |
| | | |||||
| * | core/hid: Only signal when needed | 2021-11-24 | 1 | -12/+63 | |
| | | |||||
| * | kraken: Fix errors from rebase and format files | 2021-11-24 | 1 | -1/+2 | |
| | | |||||
| * | core/hid: Add output devices | 2021-11-24 | 1 | -2/+6 | |
| | | |||||
| * | input_common: Rewrite gc_adapter | 2021-11-24 | 1 | -0/+483 | |