-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix glitch when mapping analog inputs, caused by multiple TriggerFini…
…sh caused by stray analog axis events. ADd some guards all over the place against the same thing.
- Loading branch information
Showing
6 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule macOS
updated
86 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cpu_features
updated
14 files
+2 −3 | CMakeLists.txt | |
+0 −2 | README.md | |
+1 −1 | include/cpu_features_macros.h | |
+4 −99 | include/cpuinfo_aarch64.h | |
+0 −2 | include/cpuinfo_riscv.h | |
+0 −1 | include/internal/hwcaps.h | |
+0 −32 | include/internal/windows_utils.h | |
+0 −138 | src/impl_aarch64_windows.c | |
+0 −1 | src/impl_riscv_linux.c | |
+0 −2 | src/impl_x86__base_implementation.inl | |
+1 −5 | test/CMakeLists.txt | |
+10 −97 | test/cpuinfo_aarch64_test.cc | |
+0 −24 | test/cpuinfo_riscv_test.cc | |
+0 −32 | test/cpuinfo_x86_test.cc |