Просмотр исходного кода

Merge pull request #1843 from lioncash/table

hle/service: Update function tables for erpt:c and usb's IClientEpSession
Sebastian Valle 7 лет назад
Родитель
Сommit
1ad158b2bb
2 измененных файлов с 8 добавлено и 6 удалено
  1. 7 5
      src/core/hle/service/erpt/erpt.cpp
  2. 1 1
      src/core/hle/service/usb/usb.cpp

+ 7 - 5
src/core/hle/service/erpt/erpt.cpp

@@ -17,11 +17,13 @@ public:
         static const FunctionInfo functions[] = {
         static const FunctionInfo functions[] = {
             {0, nullptr, "SubmitContext"},
             {0, nullptr, "SubmitContext"},
             {1, nullptr, "CreateReport"},
             {1, nullptr, "CreateReport"},
-            {2, nullptr, "Unknown1"},
-            {3, nullptr, "Unknown2"},
-            {4, nullptr, "Unknown3"},
-            {5, nullptr, "Unknown4"},
-            {6, nullptr, "Unknown5"},
+            {2, nullptr, "SetInitialLaunchSettingsCompletionTime"},
+            {3, nullptr, "ClearInitialLaunchSettingsCompletionTime"},
+            {4, nullptr, "UpdatePowerOnTime"},
+            {5, nullptr, "UpdateAwakeTime"},
+            {6, nullptr, "SubmitMultipleCategoryContext"},
+            {7, nullptr, "UpdateApplicationLaunchTime"},
+            {8, nullptr, "ClearApplicationLaunchTime"},
         };
         };
         // clang-format on
         // clang-format on
 
 

+ 1 - 1
src/core/hle/service/usb/usb.cpp

@@ -73,7 +73,7 @@ public:
             {3, nullptr, "Populate"},
             {3, nullptr, "Populate"},
             {4, nullptr, "PostBufferAsync"},
             {4, nullptr, "PostBufferAsync"},
             {5, nullptr, "GetXferReport"},
             {5, nullptr, "GetXferReport"},
-            {6, nullptr, "Unknown2"},
+            {6, nullptr, "PostBufferMultiAsync"},
             {7, nullptr, "Unknown3"},
             {7, nullptr, "Unknown3"},
             {8, nullptr, "Unknown4"},
             {8, nullptr, "Unknown4"},
         };
         };