summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ncm/ncm.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-02-25 18:44:06 +0100
committerGitHub <noreply@github.com>2023-02-25 18:44:06 +0100
commit290ec3eb2f54b977aa7f7e390edc3002221c6959 (patch)
treef137af56bf17e2f5705c821e53a152577e08718a /src/core/hle/service/ncm/ncm.cpp
parentMerge pull request #9861 from german77/bustype (diff)
parentcore: Update service function tables to 16.0.0+ (diff)
downloadyuzu-290ec3eb2f54b977aa7f7e390edc3002221c6959.tar
yuzu-290ec3eb2f54b977aa7f7e390edc3002221c6959.tar.gz
yuzu-290ec3eb2f54b977aa7f7e390edc3002221c6959.tar.bz2
yuzu-290ec3eb2f54b977aa7f7e390edc3002221c6959.tar.lz
yuzu-290ec3eb2f54b977aa7f7e390edc3002221c6959.tar.xz
yuzu-290ec3eb2f54b977aa7f7e390edc3002221c6959.tar.zst
yuzu-290ec3eb2f54b977aa7f7e390edc3002221c6959.zip
Diffstat (limited to 'src/core/hle/service/ncm/ncm.cpp')
-rw-r--r--src/core/hle/service/ncm/ncm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ncm/ncm.cpp b/src/core/hle/service/ncm/ncm.cpp
index 68210a108..4c66cfeba 100644
--- a/src/core/hle/service/ncm/ncm.cpp
+++ b/src/core/hle/service/ncm/ncm.cpp
@@ -124,6 +124,7 @@ public:
{12, nullptr, "InactivateContentMetaDatabase"},
{13, nullptr, "InvalidateRightsIdCache"},
{14, nullptr, "GetMemoryReport"},
+ {15, nullptr, "ActivateFsContentStorage"},
};
// clang-format on