diff options
author | Mai <mathew1800@gmail.com> | 2022-08-22 23:26:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 23:26:16 -0400 |
commit | 5503d572ab26bda1dcb4d22a37c0810746f24a43 (patch) | |
tree | 40b3b6bad473e145f6eefc1ee63a733e351a1e45 | |
parent | 7fab7b829cf53c0f64ef43fb36418657b4acd8dd (diff) | |
parent | 825ac7b9f425b8e8055b097776f18e9f7e86677b (diff) |
Merge pull request #8801 from german77/small
hid: core: Add missing function table names
-rw-r--r-- | src/core/hle/service/hid/hid.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index 5ecbddf94..7909141c0 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp @@ -2146,12 +2146,18 @@ public: {324, nullptr, "GetUniquePadButtonSet"}, {325, nullptr, "GetUniquePadColor"}, {326, nullptr, "GetUniquePadAppletDetailedUiType"}, + {327, nullptr, "GetAbstractedPadIdDataFromNpad"}, + {328, nullptr, "AttachAbstractedPadToNpad"}, + {329, nullptr, "DetachAbstractedPadAll"}, + {330, nullptr, "CheckAbstractedPadConnection"}, {500, nullptr, "SetAppletResourceUserId"}, {501, nullptr, "RegisterAppletResourceUserId"}, {502, nullptr, "UnregisterAppletResourceUserId"}, {503, nullptr, "EnableAppletToGetInput"}, {504, nullptr, "SetAruidValidForVibration"}, {505, nullptr, "EnableAppletToGetSixAxisSensor"}, + {506, nullptr, "EnableAppletToGetPadInput"}, + {507, nullptr, "EnableAppletToGetTouchScreen"}, {510, nullptr, "SetVibrationMasterVolume"}, {511, nullptr, "GetVibrationMasterVolume"}, {512, nullptr, "BeginPermitVibrationSession"}, |