Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-03 | common: remove "yuzu:" prefix from thread names | Liam | |
2022-05-02 | Revert "gc_adapter: fix libusb import on GCC11.2" | Morph | |
This reverts commit f72f4377f4cbbe45e5a43bb67c7245737ffa135f. | |||
2022-05-02 | gc_adapter: fix libusb import on GCC11.2 | Levi Behunin | |
Just to silence an intermittent error. GCC11.2 complains cannot find 'libusb.h' during a fresh build. | |||
2022-04-28 | chore: add missing SPDX tags | Andrea Pappacoda | |
Follow-up to 99ceb03a1cfcf35968cab589ea188a8c406cda52 | |||
2022-03-21 | input_common: Map sticks correctly when mapped sideways | Narr the Reg | |
2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | |
This completes the removal of the old UUID implementation. | |||
2022-02-05 | input/hid: Migrate to the new UUID implementation | Morph | |
2021-12-13 | input_engine: Pass VibrationStatus by const reference in SetRumble() | Lioncash | |
Avoids creating copies of the struct where not necessary. | |||
2021-12-13 | input_engine: std::move engine name where applicable | Lioncash | |
We can allow the name to be moved into, allowing allocations to be avoided. | |||
2021-11-24 | input_common: Move button names to the frontend | german77 | |
2021-11-24 | kraken: Address comments from review | german77 | |
Fix compiler bug | |||
2021-11-24 | kraken: Address comments from review | german77 | |
start lion review | |||
2021-11-24 | input_common: Fix GC adapter initialization | german77 | |
Fix GC controller | |||
2021-11-24 | service/hid: Fix gesture input | german77 | |
2021-11-24 | core/hid: Only signal when needed | german77 | |
2021-11-24 | kraken: Fix errors from rebase and format files | german77 | |
2021-11-24 | core/hid: Add output devices | german77 | |
2021-11-24 | input_common: Rewrite gc_adapter | german77 | |