summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-09-23 03:51:46 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-23 03:51:46 +0200
commitc4f3400bead6b666b803e3990a4aba625a2dfe70 (patch)
tree2124be6fa0b5b06f85fedfe21e2d809ccc51261c /src/core/file_sys/card_image.h
parentcard_image: Lazily load partitions in XCI (diff)
downloadyuzu-c4f3400bead6b666b803e3990a4aba625a2dfe70.tar
yuzu-c4f3400bead6b666b803e3990a4aba625a2dfe70.tar.gz
yuzu-c4f3400bead6b666b803e3990a4aba625a2dfe70.tar.bz2
yuzu-c4f3400bead6b666b803e3990a4aba625a2dfe70.tar.lz
yuzu-c4f3400bead6b666b803e3990a4aba625a2dfe70.tar.xz
yuzu-c4f3400bead6b666b803e3990a4aba625a2dfe70.tar.zst
yuzu-c4f3400bead6b666b803e3990a4aba625a2dfe70.zip
Diffstat (limited to 'src/core/file_sys/card_image.h')
-rw-r--r--src/core/file_sys/card_image.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/file_sys/card_image.h b/src/core/file_sys/card_image.h
index ea2ad7741..c2ee0ea99 100644
--- a/src/core/file_sys/card_image.h
+++ b/src/core/file_sys/card_image.h
@@ -92,6 +92,13 @@ public:
VirtualDir GetUpdatePartition();
VirtualDir GetLogoPartition();
+ VirtualFile GetPartitionRaw(XCIPartition partition) const;
+ VirtualFile GetSecurePartitionRaw() const;
+ VirtualFile GetStoragePartition0() const;
+ VirtualFile GetStoragePartition1() const;
+ VirtualFile GetNormalPartitionRaw() const;
+ VirtualFile GetUpdatePartitionRaw() const;
+ VirtualFile GetLogoPartitionRaw() const;
u64 GetProgramTitleID() const;
u32 GetSystemUpdateVersion();