Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-16 | build: upgrade fmt and SDL2 | Zephyron | |
Update fmt library to version 11.0.2 and make necessary adjustments: - Replace fmt/format.h includes with fmt/ranges.h - Add const qualifiers to formatter::format functions - Update CMake to require fmt version 11 Additional dependency updates: - Update SDL2 bundled version from 2.28.2 to 2.32.0 - Update catch2 to version 3.8.0 - Update vcpkg baseline to c82f74667287d3dc386bce81e44964370c91a289 | |||
2024-01-15 | Fix more typos | Viktor Szépe | |
2023-11-11 | core: hid: Split SL and SR buttons | german77 | |
2023-03-12 | general: fix spelling mistakes | Liam | |
2023-01-25 | input_common: Make use of StoppableTimedWait | Morph | |
2023-01-19 | input_common: Use DriverResult on all engines | german77 | |
2022-10-21 | input_common: cache vibration tests | german77 | |
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 | |