diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-08-28 22:37:42 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-09-04 16:24:02 -0400 |
| commit | a6e75cd45b75a202eed1a68692e33e7732789dd2 (patch) | |
| tree | 48af4f9227030e247474334067515a5cdd0f5283 /src/core/file_sys/romfs_factory.h | |
| parent | 9664ce255db09f4501db642c1e82d8cf8f274a22 (diff) | |
bktr: Implement IVFC offset shifting
Fixes base game read errors
Diffstat (limited to 'src/core/file_sys/romfs_factory.h')
| -rw-r--r-- | src/core/file_sys/romfs_factory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/romfs_factory.h b/src/core/file_sys/romfs_factory.h index 168db1c46..26b8f46cc 100644 --- a/src/core/file_sys/romfs_factory.h +++ b/src/core/file_sys/romfs_factory.h @@ -37,6 +37,7 @@ public: private: VirtualFile file; bool updatable; + u64 ivfc_offset; }; } // namespace FileSys |
