فهرست منبع

HLE: correct function name of IUserLocalCommunicationService

402: function name should be Initialize2 (7.0.0+) not SetOperationMode
Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService
Nguyen Dac Nam 6 سال پیش
والد
کامیت
6c0eb6026b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/core/hle/service/ldn/ldn.cpp

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

@@ -129,7 +129,7 @@ public:
             {304, nullptr, "Disconnect"},
             {400, nullptr, "Initialize"},
             {401, nullptr, "Finalize"},
-            {402, nullptr, "SetOperationMode"},
+            {402, nullptr, "Initialize2"},
         };
         // clang-format on