diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-27 02:25:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 02:25:04 +0200 |
commit | 0f4a611129fd5b76ebdafd4f8c614b1257decae3 (patch) | |
tree | bfd529ea9208e81dfcb996a8cd0f67e4759f267f | |
parent | 3579db425e3f7af8bf1283dc7fc35593f80a50aa (diff) |
eupld: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
-rw-r--r-- | src/core/hle/service/eupld/eupld.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/eupld/eupld.cpp b/src/core/hle/service/eupld/eupld.cpp index 2df30acee..0d6d244f4 100644 --- a/src/core/hle/service/eupld/eupld.cpp +++ b/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 |