summaryrefslogtreecommitdiffstats
path: root/src/core/loader/ncch.h
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2016-12-15 10:54:25 +0100
committerMerryMage <MerryMage@users.noreply.github.com>2016-12-15 19:42:38 +0100
commit351b5d23f4b332a36e4b5c7668809deae4de4af1 (patch)
treee0f327f749e3caf50a122caff856789d87ce67ff /src/core/loader/ncch.h
parentarchive_source_sd_savedata: Add static method to get a specific save data path (diff)
downloadyuzu-351b5d23f4b332a36e4b5c7668809deae4de4af1.tar
yuzu-351b5d23f4b332a36e4b5c7668809deae4de4af1.tar.gz
yuzu-351b5d23f4b332a36e4b5c7668809deae4de4af1.tar.bz2
yuzu-351b5d23f4b332a36e4b5c7668809deae4de4af1.tar.lz
yuzu-351b5d23f4b332a36e4b5c7668809deae4de4af1.tar.xz
yuzu-351b5d23f4b332a36e4b5c7668809deae4de4af1.tar.zst
yuzu-351b5d23f4b332a36e4b5c7668809deae4de4af1.zip
Diffstat (limited to 'src/core/loader/ncch.h')
-rw-r--r--src/core/loader/ncch.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/loader/ncch.h b/src/core/loader/ncch.h
index bcf3ae6e3..6c93d46d8 100644
--- a/src/core/loader/ncch.h
+++ b/src/core/loader/ncch.h
@@ -220,6 +220,13 @@ public:
ResultStatus ReadLogo(std::vector<u8>& buffer) override;
/**
+ * Get the program id of the application
+ * @param out_program_id Reference to store program id into
+ * @return ResultStatus result of function
+ */
+ ResultStatus ReadProgramId(u64& out_program_id) override;
+
+ /**
* Get the RomFS of the application
* @param romfs_file Reference to buffer to store data
* @param offset Offset in the file to the RomFS