diff options
author | Lioncash <mathew1800@gmail.com> | 2019-01-29 22:29:07 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-01-29 22:50:26 -0500 |
commit | 1710847d088400cfcb15ba65d938c99ae5816c45 (patch) | |
tree | ccb2556acccaec863985d6e5cef39774d99555d1 /src | |
parent | 0db891894746f073dbaf3f755e5bf32e915808c0 (diff) |
service/ncm: Update function tables
Updates function tables based off information provided by SwitchBrew
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/ncm/ncm.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/hle/service/ncm/ncm.cpp b/src/core/hle/service/ncm/ncm.cpp index 0297edca0..5d31f638f 100644 --- a/src/core/hle/service/ncm/ncm.cpp +++ b/src/core/hle/service/ncm/ncm.cpp @@ -40,10 +40,10 @@ public: {6, nullptr, "CloseContentStorageForcibly"}, {7, nullptr, "CloseContentMetaDatabaseForcibly"}, {8, nullptr, "CleanupContentMetaDatabase"}, - {9, nullptr, "OpenContentStorage2"}, - {10, nullptr, "CloseContentStorage"}, - {11, nullptr, "OpenContentMetaDatabase2"}, - {12, nullptr, "CloseContentMetaDatabase"}, + {9, nullptr, "ActivateContentStorage"}, + {10, nullptr, "InactivateContentStorage"}, + {11, nullptr, "ActivateContentMetaDatabase"}, + {12, nullptr, "InactivateContentMetaDatabase"}, }; // clang-format on |