summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-11-01 03:28:58 +0100
committerGitHub <noreply@github.com>2018-11-01 03:28:58 +0100
commite7fc3d13edad49db0aab8590da67fcbbd307720a (patch)
treecfad98c2aea2233c8c2378c6fa2112a3f1fbadb9
parentMerge pull request #1624 from lioncash/boost (diff)
parentservice/usb: Update IPdSession's function table (diff)
downloadyuzu-e7fc3d13edad49db0aab8590da67fcbbd307720a.tar
yuzu-e7fc3d13edad49db0aab8590da67fcbbd307720a.tar.gz
yuzu-e7fc3d13edad49db0aab8590da67fcbbd307720a.tar.bz2
yuzu-e7fc3d13edad49db0aab8590da67fcbbd307720a.tar.lz
yuzu-e7fc3d13edad49db0aab8590da67fcbbd307720a.tar.xz
yuzu-e7fc3d13edad49db0aab8590da67fcbbd307720a.tar.zst
yuzu-e7fc3d13edad49db0aab8590da67fcbbd307720a.zip
-rw-r--r--src/core/hle/service/usb/usb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/usb/usb.cpp b/src/core/hle/service/usb/usb.cpp
index c489da071..f0a831d45 100644
--- a/src/core/hle/service/usb/usb.cpp
+++ b/src/core/hle/service/usb/usb.cpp
@@ -132,11 +132,11 @@ public:
// clang-format off
static const FunctionInfo functions[] = {
{0, nullptr, "BindNoticeEvent"},
- {1, nullptr, "Unknown1"},
+ {1, nullptr, "UnbindNoticeEvent"},
{2, nullptr, "GetStatus"},
{3, nullptr, "GetNotice"},
- {4, nullptr, "Unknown2"},
- {5, nullptr, "Unknown3"},
+ {4, nullptr, "EnablePowerRequestNotice"},
+ {5, nullptr, "DisablePowerRequestNotice"},
{6, nullptr, "ReplyPowerRequest"},
};
// clang-format on