diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-09-25 09:18:55 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-05 08:46:31 -0400 |
commit | 504574882914902f0648e30078038472ae985570 (patch) | |
tree | bfa46c9144c1f0f1a5e2375c74996fd1065dbec6 /src/core/loader/xci.h | |
parent | e948fbf5d0211d9aed3d4cd9009e5f0224b75021 (diff) |
loader: Add getter for packed update
Reads the update included with the game if it has one and adds the new ErrorNoPackedUpdate status.
Diffstat (limited to 'src/core/loader/xci.h')
-rw-r--r-- | src/core/loader/xci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/xci.h b/src/core/loader/xci.h index 4f9a9da48..770ed1437 100644 --- a/src/core/loader/xci.h +++ b/src/core/loader/xci.h @@ -39,6 +39,7 @@ public: ResultStatus ReadRomFS(FileSys::VirtualFile& file) override; u64 ReadRomFSIVFCOffset() const override; + ResultStatus ReadUpdateRaw(FileSys::VirtualFile& file) override; ResultStatus ReadProgramId(u64& out_program_id) override; ResultStatus ReadIcon(std::vector<u8>& buffer) override; ResultStatus ReadTitle(std::string& title) override; |