fix: Implement SetGestureOutputRanges to handle unimplemented function error
- Added the SetGestureOutputRanges function to the IHidServer class to address the unimplemented function '92' error. - This fix was discovered through log analysis, which showed a critical assertion failure in the HID service for an unknown function '92'. - The log indicated a userspace panic and backtrace, pointing to the need for implementing this function to prevent execution breaks. - Updated CMakeLists.txt to remove specific version requirements for several packages, enhancing flexibility. - Updated subproject commit references for VulkanMemoryAllocator and vcpkg. - REF: https://switchbrew.org/wiki/HID_services#ActivateGesture
This commit is contained in:
parent
236ad28d61
commit
132077e18f
5 changed files with 18 additions and 9 deletions
2
externals/VulkanMemoryAllocator
vendored
2
externals/VulkanMemoryAllocator
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 3bab6924988e5f19bf36586a496156cf72f70d9f
|
||||
Subproject commit f74c2d906f1537114fe0c0d855d5d27db91898cb
|
2
externals/vcpkg
vendored
2
externals/vcpkg
vendored
|
@ -1 +1 @@
|
|||
Subproject commit d7112d1a4fb50410d3639f5f586972591d848beb
|
||||
Subproject commit d4f3e122069912636c123b7ece673f6e01513cea
|
Loading…
Add table
Add a link
Reference in a new issue