mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-13 12:48:23 -04:00
Add function stub for "SetGestureOutputRanges" in HID service
Fixes userspace panic when booting Donkey Kong Country Returns HD:
> Debug <Critical> core\hle\service\service.cpp:operator ():78: Assertion Failed!
Unknown / unimplemented function '92(<unknown>)': port='hid' cmd_buf={[0]=0x6, [1]=0x8000000C, [2]=0x1, [3]=0x0, [4]=0x4F434653, [5]=0x0, [6]=0x0, [7]=0x0, [8]=0x49434653}
> Service.AM <Info> core\hle\service\am\service\application_functions.cpp:SetTerminateResult:187: (STUBBED) called, result=0x1a80a (2010-0212)
> Debug.Emulated <Critical> core\hle\kernel\svc\svc_exception.cpp:Break:52: Userspace PANIC! info1=0x0000001086D02C4C, info2=0x0000000000000004
> Debug.Emulated <Critical> core\hle\kernel\svc\svc_exception.cpp:operator ():33: debug_buffer_err_code=1A80A
> Debug.Emulated <Critical> core\hle\kernel\svc\svc_exception.cpp:Break:102: Emulated program broke execution! reason=0x0000000000000000, info1=0x0000001086D02C4C, info2=0x0000000000000004
ref:
|
||
|---|---|---|
| .. | ||
| active_vibration_device_list.cpp | ||
| active_vibration_device_list.h | ||
| applet_resource.cpp | ||
| applet_resource.h | ||
| hid.cpp | ||
| hid.h | ||
| hid_debug_server.cpp | ||
| hid_debug_server.h | ||
| hid_server.cpp | ||
| hid_server.h | ||
| hid_system_server.cpp | ||
| hid_system_server.h | ||
| hidbus.cpp | ||
| hidbus.h | ||
| irs.cpp | ||
| irs.h | ||
| xcd.cpp | ||
| xcd.h | ||