diff options
| author | bunnei <bunneidev@gmail.com> | 2020-10-28 13:47:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-28 13:47:56 -0700 |
| commit | 7af2cb4318a3b5c4dc23e007f1060ce794cbc341 (patch) | |
| tree | a31798c7fa98e9145505e6180b6c7527674d6232 /src/core/hle/service/hid | |
| parent | 663e221f9967b3dd8969c53e9a489c28b2a42b84 (diff) | |
| parent | 020519def8666a20151f63807093e9f33eccfdf0 (diff) | |
Merge pull request #4846 from lioncash/service-fn
service: Update function tables
Diffstat (limited to 'src/core/hle/service/hid')
| -rw-r--r-- | src/core/hle/service/hid/hid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index 8918946a1..50f709b25 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp @@ -260,7 +260,7 @@ Hid::Hid(Core::System& system) : ServiceFramework("hid"), system(system) { {404, nullptr, "HasLeftRightBattery"}, {405, nullptr, "GetNpadInterfaceType"}, {406, nullptr, "GetNpadLeftRightInterfaceType"}, - {407, nullptr, "GetNpadOfHighestBatteryLevelForJoyLeft"}, + {407, nullptr, "GetNpadOfHighestBatteryLevel"}, {408, nullptr, "GetNpadOfHighestBatteryLevelForJoyRight"}, {500, nullptr, "GetPalmaConnectionHandle"}, {501, nullptr, "InitializePalma"}, |
