summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_u.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-11-10 06:20:08 +0100
committerGitHub <noreply@github.com>2020-11-10 06:20:08 +0100
commitc22d0d994565f2fb5cd1d798323a08df3803d010 (patch)
tree09b99349e29dcf512aec7711acfeb93eac7d1810 /src/core/hle/service/caps/caps_u.h
parentMerge pull request #4909 from lioncash/interrupt (diff)
parenthle: service: caps_u: Stub GetAlbumFileList3AaeAruid. (diff)
downloadyuzu-c22d0d994565f2fb5cd1d798323a08df3803d010.tar
yuzu-c22d0d994565f2fb5cd1d798323a08df3803d010.tar.gz
yuzu-c22d0d994565f2fb5cd1d798323a08df3803d010.tar.bz2
yuzu-c22d0d994565f2fb5cd1d798323a08df3803d010.tar.lz
yuzu-c22d0d994565f2fb5cd1d798323a08df3803d010.tar.xz
yuzu-c22d0d994565f2fb5cd1d798323a08df3803d010.tar.zst
yuzu-c22d0d994565f2fb5cd1d798323a08df3803d010.zip
Diffstat (limited to 'src/core/hle/service/caps/caps_u.h')
-rw-r--r--src/core/hle/service/caps/caps_u.h1
1 files changed, 1 insertions, 0 deletions
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