-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(linux/inputtino): DualSense native support without Steam Input (#…
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule inputtino
updated
7 files
+2 −0 | include/inputtino/input.hpp | |
+38 −0 | src/uhid/include/crc32.hpp | |
+4 −4 | src/uhid/include/uhid/protected_types.hpp | |
+188 −8 | src/uhid/include/uhid/ps5.hpp | |
+96 −16 | src/uhid/joypad_ps5.cpp | |
+2 −0 | tests/CMakeLists.txt | |
+62 −50 | tests/testJoypads.cpp |