瀏覽代碼

eupld: Update function table

This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
VolcaEM 6 年之前
父節點
當前提交
0f4a611129
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/hle/service/eupld/eupld.cpp

+ 1 - 0
src/core/hle/service/eupld/eupld.cpp

@@ -19,6 +19,7 @@ public:
             {1, nullptr, "ImportCrt"},
             {2, nullptr, "ImportPki"},
             {3, nullptr, "SetAutoUpload"},
+            {4, nullptr, "GetAutoUpload"},
         };
         // clang-format on