summaryrefslogtreecommitdiff
path: root/src/hid_core/frontend
AgeCommit message (Collapse)Author
2025-05-12build: upgrade fmt and SDL2Zephyron
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.7.1 - Update vcpkg baseline to ca846b21276c9a3171074ac8d2b4f6516894a7d0
2024-12-20Fixes second controller not detected in DKTF and possibly other gamesMaran Br
2024-02-25Merge pull request #13163 from german77/ringliamwhite
core: hid: hid_core doesn't have access to LIBUSB
2024-02-25core: hid: hid_core doesn't have access to LIBUSBgerman77
2024-02-24core: hid: Reintroduce vibration filtergerman77
2024-02-19scope_exit: Make constexprFearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2024-02-18core: hid: Remove driver errors from loggerman77
2024-02-17android: Input mappingt895
2024-02-16hid_core: Prevent crash if we try to iterate through empty color devices listt895
2024-02-16hid_core: Use dedicated "port" for android's input overlayt895
2024-01-23core: hid: Skip duplicated vibrationsNarr the Reg
2024-01-23core: hid: Only set polling mode if neededNarr the Reg
2024-01-21core: hid: Allow to disable vibrationNarr the Reg
2024-01-20Merge pull request #12660 from german77/better-vibrationliamwhite
service: hid: Fully implement abstract vibration
2024-01-16core: hid: Disable special features before disconnecting the controllersNarr the Reg
2024-01-15service: hid: Fully implement abstract vibrationNarr the Reg
2024-01-16Merge remote-tracking branch 'origin/master' into typos3Viktor Szépe
2024-01-15Fix more typosViktor Szépe
2024-01-11service: hid: Create abstracted pad structuregerman77
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg