From 351b5d23f4b332a36e4b5c7668809deae4de4af1 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Thu, 15 Dec 2016 09:54:25 +0000 Subject: loader: Implement ReadProgramId --- src/core/loader/ncch.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/core/loader/ncch.h') 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 @@ -219,6 +219,13 @@ public: */ ResultStatus ReadLogo(std::vector& 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 -- cgit v1.2.3