diff options
author | german77 <juangerman-13@hotmail.com> | 2021-04-08 04:26:20 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-04-09 03:40:25 +0200 |
commit | a83f0f7154537b3aa19b928fa43c6087620dd92d (patch) | |
tree | c90d83a1b55dd8a6f15deb04db406c2f82558e81 /src/core/hle/service | |
parent | caps_a: Update to 12.x (diff) | |
download | yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.tar yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.tar.gz yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.tar.bz2 yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.tar.lz yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.tar.xz yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.tar.zst yuzu-a83f0f7154537b3aa19b928fa43c6087620dd92d.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/caps/caps_u.cpp | 1 |
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"} { {141, nullptr, "GetAlbumFileList2AafeUidAruidDeprecated"}, {142, &CAPS_U::GetAlbumFileList3AaeAruid, "GetAlbumFileList3AaeAruid"}, {143, nullptr, "GetAlbumFileList4AaeUidAruid"}, + {144, nullptr, "GetAllAlbumFileList3AaeAruid"}, {60002, nullptr, "OpenAccessorSessionForApplication"}, }; // clang-format on |