From a0d7a2732d902ae629bdb251725853d681d155c1 Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 6 Nov 2020 22:23:15 -0800 Subject: hle: service: caps_u: Stub GetAlbumFileList3AaeAruid. - This works similiar to GetAlbumContentsFileListForApplication. - Since we do not implement the album, this should be safe to stub for now. - Used by Super Smash Bros. Ultimate (newer updates) in World of Light. --- src/core/hle/service/caps/caps_u.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/caps/caps_u.h') diff --git a/src/core/hle/service/caps/caps_u.h b/src/core/hle/service/caps/caps_u.h index e04e56bbc..4b80f3156 100644 --- a/src/core/hle/service/caps/caps_u.h +++ b/src/core/hle/service/caps/caps_u.h @@ -20,6 +20,7 @@ public: private: void SetShimLibraryVersion(Kernel::HLERequestContext& ctx); void GetAlbumContentsFileListForApplication(Kernel::HLERequestContext& ctx); + void GetAlbumFileList3AaeAruid(Kernel::HLERequestContext& ctx); }; } // namespace Service::Capture -- cgit v1.2.3