summaryrefslogtreecommitdiff
path: root/src/core/loader/ncch.h
diff options
context:
space:
mode:
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:
220 ResultStatus ReadLogo(std::vector<u8>& buffer) override; 220 ResultStatus ReadLogo(std::vector<u8>& buffer) override;
221 221
222 /** 222 /**
223 * Get the program id of the application
224 * @param out_program_id Reference to store program id into
225 * @return ResultStatus result of function
226 */
227 ResultStatus ReadProgramId(u64& out_program_id) override;
228
229 /**
223 * Get the RomFS of the application 230 * Get the RomFS of the application
224 * @param romfs_file Reference to buffer to store data 231 * @param romfs_file Reference to buffer to store data
225 * @param offset Offset in the file to the RomFS 232 * @param offset Offset in the file to the RomFS