Browse Source
Merge pull request #4179 from VolcaEM/patch-7
eupld: Update function table
pull/15/merge
LC
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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
|
|
|
|
|
|
|
|
|