Explorar o código

Merge pull request #1626 from lioncash/table

service/usb: Update IPdSession's function table
bunnei %!s(int64=7) %!d(string=hai) anos
pai
achega
e7fc3d13ed
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/core/hle/service/usb/usb.cpp

+ 3 - 3
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