eupld: Update function table

This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
This commit is contained in:
VolcaEM 2020-06-27 02:25:04 +02:00 committed by GitHub
parent 3579db425e
commit 0f4a611129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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