Megamouse
Megamouse
- Use hid_write instead of hid_write_control in ds4_pad_handler It's possible that this was only needed for using the DS4 with bluetooth on Windows 7. Since we don't use Windows 7...
Some of these changes are meant to fix a couple of warnings while reading the code. I also noticed that there were almost no sanity checks in the code, which...
We need to have system OpenCV installed on the docker for ps move support on Linux.
We need system OpenCV installed on the MacOS build servers to add ps move support on MacOS
- Adds gtest unit tests to the CI No idea if this is gonna work...
- Use VK_USE_PLATFORM_WAYLAND_KHR instead of HAVE_WAYLAND in gs_frame maybe fixes #17002
- Updates LLVM to 20.1.3 TODO: - [ ] update docker - [ ] upload precompiled files
- Add Logitech G29 Driving Force Racing Wheel to USB whitelist Fixes #17023
We- Updates SDL to 3.2.12 This contains a commit that fixes statically linked SDL in tandem with hidapi on windows. This means that we can enable SDL_HIDAPI again, which fixes...