summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-04-08 04:26:20 +0200
committergerman77 <juangerman-13@hotmail.com>2021-04-09 03:40:25 +0200
commita83f0f7154537b3aa19b928fa43c6087620dd92d (patch)
treec90d83a1b55dd8a6f15deb04db406c2f82558e81
parentcaps_a: Update to 12.x (diff)
downloadyuzu-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
-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"} {
{141, nullptr, "GetAlbumFileList2AafeUidAruidDeprecated"},
{142, &CAPS_U::GetAlbumFileList3AaeAruid, "GetAlbumFileList3AaeAruid"},
{143, nullptr, "GetAlbumFileList4AaeUidAruid"},
+ {144, nullptr, "GetAllAlbumFileList3AaeAruid"},
{60002, nullptr, "OpenAccessorSessionForApplication"},
};
// clang-format on