| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
service: hid: Migrate HidServer to new IPC
|
|
core: hid: hid_core doesn't have access to LIBUSB
|
|
|
|
|
|
|
|
|
|
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: hid: Add multiprocess support to six axis input
|
|
|
|
|
|
|
|
|
|
service: hid: Fully implement touch resource
|
|
|
|
|
|
|
|
|
|
|
|
There's a few other places where the result of GetAruidData is accessed without a null check,
but I couldn't find a code path that hits those.
|
|
core: hid: Reduce controller requests
|
|
service: set: Implement more settings functions for Qlaunch
|
|
|
|
|
|
|
|
|
|
service: hid: Implement EnableAppletForInput
|
|
|
|
|
|
service: hid: Fully implement abstract vibration
|
|
core: hid: Disable special features before disconnecting the controllers
|
|
service: hid: Clear controller status when aruid is no longer used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
service: hid: Delete shared memory handle when unused
|