summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_u.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-11-07 07:23:15 +0100
committerbunnei <bunneidev@gmail.com>2020-11-07 07:23:15 +0100
commita0d7a2732d902ae629bdb251725853d681d155c1 (patch)
tree5a08c7d322c0a01326d0b660e04c885d0f6791d6 /src/core/hle/service/caps/caps_u.h
parentMerge pull request #4899 from lioncash/fiberimpl (diff)
downloadyuzu-a0d7a2732d902ae629bdb251725853d681d155c1.tar
yuzu-a0d7a2732d902ae629bdb251725853d681d155c1.tar.gz
yuzu-a0d7a2732d902ae629bdb251725853d681d155c1.tar.bz2
yuzu-a0d7a2732d902ae629bdb251725853d681d155c1.tar.lz
yuzu-a0d7a2732d902ae629bdb251725853d681d155c1.tar.xz
yuzu-a0d7a2732d902ae629bdb251725853d681d155c1.tar.zst
yuzu-a0d7a2732d902ae629bdb251725853d681d155c1.zip
Diffstat (limited to '')
-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