Explorar el Código

eupld: Update function table

This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
VolcaEM hace 6 años
padre
commit
0f4a611129
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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