summaryrefslogtreecommitdiff
path: root/src/hid_core/frontend
AgeCommit message (Collapse)Author
2025-02-16build: 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.8.0 - Update vcpkg baseline to c82f74667287d3dc386bce81e44964370c91a289
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed.
2024-12-31chore: update project references and add Citron copyrightZephyron
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files.
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