summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_metadata.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-09-12 05:50:36 +0200
committerLiam <byteslice@airmail.cc>2023-09-12 15:20:50 +0200
commitf8985d1cc5f7378ab2bca2526a61d6aff778d36e (patch)
treee7f492f817486b30549351951163df3ac0b8f20e /src/core/file_sys/nca_metadata.h
parentci: fix msvc when used with LTO (#11459) (diff)
downloadyuzu-f8985d1cc5f7378ab2bca2526a61d6aff778d36e.tar
yuzu-f8985d1cc5f7378ab2bca2526a61d6aff778d36e.tar.gz
yuzu-f8985d1cc5f7378ab2bca2526a61d6aff778d36e.tar.bz2
yuzu-f8985d1cc5f7378ab2bca2526a61d6aff778d36e.tar.lz
yuzu-f8985d1cc5f7378ab2bca2526a61d6aff778d36e.tar.xz
yuzu-f8985d1cc5f7378ab2bca2526a61d6aff778d36e.tar.zst
yuzu-f8985d1cc5f7378ab2bca2526a61d6aff778d36e.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/nca_metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/nca_metadata.h b/src/core/file_sys/nca_metadata.h
index c59ece010..68e463b5f 100644
--- a/src/core/file_sys/nca_metadata.h
+++ b/src/core/file_sys/nca_metadata.h
@@ -89,6 +89,7 @@ public:
std::vector<ContentRecord> content_records_, std::vector<MetaRecord> meta_records_);
~CNMT();
+ const CNMTHeader& GetHeader() const;
u64 GetTitleID() const;
u32 GetTitleVersion() const;
TitleType GetType() const;