Преглед изворни кода

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