mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-29 22:53:45 +00:00
Add an implementation for function 92 (SetGestureOutputRanges) in the HID service. This fixes a crash in Donkey Kong Country Returns HD which occurs when the game attempts to access this unimplemented function. The function is now properly registered and returns success while logging the call. The specific error that was occurring: "Unknown / unimplemented function '92': port='hid'" According to the official Switch documentation, this function was introduced in firmware 18.0.0+ and is used for setting gesture output ranges for touch/gesture controls. Signed-off-by: Zephyron <zephyron@citron-emu.org>