summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2019-01-29 22:29:07 -0500
committerGravatar Lioncash2019-01-29 22:50:26 -0500
commit1710847d088400cfcb15ba65d938c99ae5816c45 (patch)
treeccb2556acccaec863985d6e5cef39774d99555d1 /src
parentservice/audio: Update function tables (diff)
downloadyuzu-1710847d088400cfcb15ba65d938c99ae5816c45.tar.gz
yuzu-1710847d088400cfcb15ba65d938c99ae5816c45.tar.xz
yuzu-1710847d088400cfcb15ba65d938c99ae5816c45.zip
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.cpp8
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:
40 {6, nullptr, "CloseContentStorageForcibly"}, 40 {6, nullptr, "CloseContentStorageForcibly"},
41 {7, nullptr, "CloseContentMetaDatabaseForcibly"}, 41 {7, nullptr, "CloseContentMetaDatabaseForcibly"},
42 {8, nullptr, "CleanupContentMetaDatabase"}, 42 {8, nullptr, "CleanupContentMetaDatabase"},
43 {9, nullptr, "OpenContentStorage2"}, 43 {9, nullptr, "ActivateContentStorage"},
44 {10, nullptr, "CloseContentStorage"}, 44 {10, nullptr, "InactivateContentStorage"},
45 {11, nullptr, "OpenContentMetaDatabase2"}, 45 {11, nullptr, "ActivateContentMetaDatabase"},
46 {12, nullptr, "CloseContentMetaDatabase"}, 46 {12, nullptr, "InactivateContentMetaDatabase"},
47 }; 47 };
48 // clang-format on 48 // clang-format on
49 49