summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-09-04 00:47:23 +0200
committerZach Hilman <zachhilman@gmail.com>2018-09-04 20:29:19 +0200
commit23d2c504795a3efadfa046cfe4b5faf95649f454 (patch)
treef0714d54b5a820f3e58c79e23489f3d05a58382c /src/core/file_sys/card_image.h
parentqt: Add deprecation warnings for DRD format (diff)
downloadyuzu-23d2c504795a3efadfa046cfe4b5faf95649f454.tar
yuzu-23d2c504795a3efadfa046cfe4b5faf95649f454.tar.gz
yuzu-23d2c504795a3efadfa046cfe4b5faf95649f454.tar.bz2
yuzu-23d2c504795a3efadfa046cfe4b5faf95649f454.tar.lz
yuzu-23d2c504795a3efadfa046cfe4b5faf95649f454.tar.xz
yuzu-23d2c504795a3efadfa046cfe4b5faf95649f454.tar.zst
yuzu-23d2c504795a3efadfa046cfe4b5faf95649f454.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/card_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/card_image.h b/src/core/file_sys/card_image.h
index 4d07d3d05..bd8c0fcbf 100644
--- a/src/core/file_sys/card_image.h
+++ b/src/core/file_sys/card_image.h
@@ -79,6 +79,8 @@ public:
VirtualDir GetUpdatePartition() const;
VirtualDir GetLogoPartition() const;
+ u64 GetProgramTitleID() const;
+
std::shared_ptr<NCA> GetProgramNCA() const;
VirtualFile GetProgramNCAFile() const;
const std::vector<std::shared_ptr<NCA>>& GetNCAs() const;