summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-10-28 21:47:56 +0100
committerGitHub <noreply@github.com>2020-10-28 21:47:56 +0100
commit7af2cb4318a3b5c4dc23e007f1060ce794cbc341 (patch)
treea31798c7fa98e9145505e6180b6c7527674d6232 /src/core/hle/service/hid/hid.cpp
parentMerge pull request #4845 from lioncash/inih (diff)
parentservice: Update function tables (diff)
downloadyuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.gz
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.bz2
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.lz
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.xz
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.zst
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.cpp')
-rw-r--r--src/core/hle/service/hid/hid.cpp2
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"},