summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_a.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2024-02-16 03:27:10 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2024-02-16 19:15:37 +0100
commit39b958ab8648d836b0ab864ee0a6a9106957f469 (patch)
tree2cea6b76e49cbbab7cb762d9c9f0782c00c4fa6d /src/core/hle/service/caps/caps_a.h
parentservice: am: Fix GetMainAppletAvailableUsers for user creation (diff)
downloadyuzu-39b958ab8648d836b0ab864ee0a6a9106957f469.tar
yuzu-39b958ab8648d836b0ab864ee0a6a9106957f469.tar.gz
yuzu-39b958ab8648d836b0ab864ee0a6a9106957f469.tar.bz2
yuzu-39b958ab8648d836b0ab864ee0a6a9106957f469.tar.lz
yuzu-39b958ab8648d836b0ab864ee0a6a9106957f469.tar.xz
yuzu-39b958ab8648d836b0ab864ee0a6a9106957f469.tar.zst
yuzu-39b958ab8648d836b0ab864ee0a6a9106957f469.zip
Diffstat (limited to 'src/core/hle/service/caps/caps_a.h')
-rw-r--r--src/core/hle/service/caps/caps_a.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/caps/caps_a.h b/src/core/hle/service/caps/caps_a.h
index 2cb9b4547..c7a5208e3 100644
--- a/src/core/hle/service/caps/caps_a.h
+++ b/src/core/hle/service/caps/caps_a.h
@@ -21,6 +21,9 @@ public:
~IAlbumAccessorService() override;
private:
+ Result GetAlbumFileList(Out<u64> out_count, AlbumStorage storage,
+ OutArray<AlbumEntry, BufferAttr_HipcMapAlias> out_entries);
+
Result DeleteAlbumFile(AlbumFileId file_id);
Result IsAlbumMounted(Out<bool> out_is_mounted, AlbumStorage storage);