mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 13:17:58 -05:00
- refactored how service functions are called
- added option to create/delete service handles
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
namespace HID_User {
|
||||
|
||||
const HLE::FunctionDef FunctionTable[] = {
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x000A0000, NULL, "GetIPCHandles"},
|
||||
{0x00110000, NULL, "EnableAccelerometer"},
|
||||
{0x00130000, NULL, "EnableGyroscopeLow"},
|
||||
|
Reference in New Issue
Block a user