summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar german772021-04-07 20:26:20 -0600
committerGravatar german772021-04-08 19:40:25 -0600
commita83f0f7154537b3aa19b928fa43c6087620dd92d (patch)
treec90d83a1b55dd8a6f15deb04db406c2f82558e81 /src
parentcaps_a: Update to 12.x (diff)
downloadyuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.tar.gz
yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.tar.xz
yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.zip
caps_u: Update to 12.x
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/caps/caps_u.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/caps/caps_u.cpp b/src/core/hle/service/caps/caps_u.cpp
index 842316a2e..10b8d54b1 100644
--- a/src/core/hle/service/caps/caps_u.cpp
+++ b/src/core/hle/service/caps/caps_u.cpp
@@ -43,6 +43,7 @@ CAPS_U::CAPS_U(Core::System& system_) : ServiceFramework{system_, "caps:u"} {
43 {141, nullptr, "GetAlbumFileList2AafeUidAruidDeprecated"}, 43 {141, nullptr, "GetAlbumFileList2AafeUidAruidDeprecated"},
44 {142, &CAPS_U::GetAlbumFileList3AaeAruid, "GetAlbumFileList3AaeAruid"}, 44 {142, &CAPS_U::GetAlbumFileList3AaeAruid, "GetAlbumFileList3AaeAruid"},
45 {143, nullptr, "GetAlbumFileList4AaeUidAruid"}, 45 {143, nullptr, "GetAlbumFileList4AaeUidAruid"},
46 {144, nullptr, "GetAllAlbumFileList3AaeAruid"},
46 {60002, nullptr, "OpenAccessorSessionForApplication"}, 47 {60002, nullptr, "OpenAccessorSessionForApplication"},
47 }; 48 };
48 // clang-format on 49 // clang-format on