diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-24 12:52:32 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-02-24 18:17:36 -0600 |
| commit | 39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0 (patch) | |
| tree | 2e9ebbbc43d2886279c106ac7995123c45186633 /src/core/hle/service/ncm | |
| parent | ca8a804a3c28f53bba9d1f9080ae15c13f60ce9c (diff) | |
core: Update service function tables to 16.0.0+
Diffstat (limited to 'src/core/hle/service/ncm')
| -rw-r--r-- | src/core/hle/service/ncm/ncm.cpp | 1 |
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 |
