diff options
author | Merry <MerryMage@users.noreply.github.com> | 2016-12-16 15:08:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-16 15:08:04 +0000 |
commit | acc83a1c32ef43c6ff84926ff21dc5ef872decc0 (patch) | |
tree | 95c20b3525c9e3a92444d45d3b5e071cea4e7dd7 /src/core/loader/ncch.h | |
parent | d25a37966d705c5b2e672d0c146b09d1efb893f3 (diff) | |
parent | 5a4e1b469d959e8ad24195185c7f5176b6a3d2cb (diff) |
Merge pull request #2322 from MerryMage/ctx-mnu
game_list: Add a context menu with "Open Save Location" option
Diffstat (limited to 'src/core/loader/ncch.h')
-rw-r--r-- | src/core/loader/ncch.h | 7 |
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 |