diff options
| author | greggameplayer <33609333+greggameplayer@users.noreply.github.com> | 2018-11-02 14:26:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-02 14:26:32 +0100 |
| commit | cb8e4a46330ca23496c3a77f42d9d16dc26e0dbe (patch) | |
| tree | cedafffe5a605a1ed914e1d1df1267a3cd299fc9 /src/core/hle/service/usb/usb.cpp | |
| parent | 9ae972ab4e8279c2b471deb4e2fafb8e3f24a572 (diff) | |
| parent | 1069eced8482bd01be9fd305447ef94a82c4c999 (diff) | |
Merge branch 'master' into Texture2DArray
Diffstat (limited to 'src/core/hle/service/usb/usb.cpp')
| -rw-r--r-- | src/core/hle/service/usb/usb.cpp | 6 |
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 |
