From 132077e18f491d12d305e94f594470d6b93e8d8d Mon Sep 17 00:00:00 2001 From: Zephyron Date: Wed, 15 Jan 2025 19:20:37 +1000 Subject: 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 --- externals/VulkanMemoryAllocator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/VulkanMemoryAllocator') diff --git a/externals/VulkanMemoryAllocator b/externals/VulkanMemoryAllocator index 3bab69249..f74c2d906 160000 --- a/externals/VulkanMemoryAllocator +++ b/externals/VulkanMemoryAllocator @@ -1 +1 @@ -Subproject commit 3bab6924988e5f19bf36586a496156cf72f70d9f +Subproject commit f74c2d906f1537114fe0c0d855d5d27db91898cb -- cgit v1.2.3