diff options
| author | 2020-06-27 02:25:04 +0200 | |
|---|---|---|
| committer | 2020-06-27 02:25:04 +0200 | |
| commit | 0f4a611129fd5b76ebdafd4f8c614b1257decae3 (patch) | |
| tree | bfd529ea9208e81dfcb996a8cd0f67e4759f267f /src/core | |
| parent | Merge pull request #4144 from FernandoS27/tt-fix (diff) | |
| download | yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.tar.gz yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.tar.xz yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.zip | |
eupld: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
Diffstat (limited to 'src/core')
| -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: | |||
| 19 | {1, nullptr, "ImportCrt"}, | 19 | {1, nullptr, "ImportCrt"}, |
| 20 | {2, nullptr, "ImportPki"}, | 20 | {2, nullptr, "ImportPki"}, |
| 21 | {3, nullptr, "SetAutoUpload"}, | 21 | {3, nullptr, "SetAutoUpload"}, |
| 22 | {4, nullptr, "GetAutoUpload"}, | ||
| 22 | }; | 23 | }; |
| 23 | // clang-format on | 24 | // clang-format on |
| 24 | 25 | ||