summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/eupld
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-27 02:25:04 +0200
committerGitHub <noreply@github.com>2020-06-27 02:25:04 +0200
commit0f4a611129fd5b76ebdafd4f8c614b1257decae3 (patch)
treebfd529ea9208e81dfcb996a8cd0f67e4759f267f /src/core/hle/service/eupld
parentMerge pull request #4144 from FernandoS27/tt-fix (diff)
downloadyuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.tar
yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.tar.gz
yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.tar.bz2
yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.tar.lz
yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.tar.xz
yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.tar.zst
yuzu-0f4a611129fd5b76ebdafd4f8c614b1257decae3.zip
Diffstat (limited to 'src/core/hle/service/eupld')
-rw-r--r--src/core/hle/service/eupld/eupld.cpp1
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