diff options
author | Max Thomas <mtinc2@gmail.com> | 2017-09-25 08:17:38 +0200 |
---|---|---|
committer | B3n30 <bene_thomas@web.de> | 2017-09-25 08:17:38 +0200 |
commit | c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84 (patch) | |
tree | d56b08a52a11f229e9ce30aeda2b22bfccd48034 /src/core/file_sys/archive_selfncch.h | |
parent | Services/UDS: Added a function to send EAPoL-Start packets (#2920) (diff) | |
download | yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.tar yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.tar.gz yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.tar.bz2 yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.tar.lz yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.tar.xz yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.tar.zst yuzu-c91ccbd0ba4118554d7377bbc3bd4c64f9bccf84.zip |
Diffstat (limited to 'src/core/file_sys/archive_selfncch.h')
-rw-r--r-- | src/core/file_sys/archive_selfncch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/file_sys/archive_selfncch.h b/src/core/file_sys/archive_selfncch.h index f1b971296..f1c659948 100644 --- a/src/core/file_sys/archive_selfncch.h +++ b/src/core/file_sys/archive_selfncch.h @@ -24,6 +24,10 @@ struct NCCHData { std::shared_ptr<FileUtil::IOFile> romfs_file; u64 romfs_offset = 0; u64 romfs_size = 0; + + std::shared_ptr<FileUtil::IOFile> update_romfs_file; + u64 update_romfs_offset = 0; + u64 update_romfs_size = 0; }; /// File system interface to the SelfNCCH archive |