diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-09-25 09:19:42 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-10-05 08:47:24 -0400 |
| commit | d79d4fd764c194e6c8c4d57ed0fd308e401c2f6e (patch) | |
| tree | 34769a5391acffa540933e6351a44e9961e80f56 /src/core/file_sys/patch_manager.h | |
| parent | 504574882914902f0648e30078038472ae985570 (diff) | |
patch_manager: Add support for packed updates
Will prefer any installed update over the packed version.
Diffstat (limited to 'src/core/file_sys/patch_manager.h')
| -rw-r--r-- | src/core/file_sys/patch_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.h b/src/core/file_sys/patch_manager.h index 6a864ec43..e87ce54e5 100644 --- a/src/core/file_sys/patch_manager.h +++ b/src/core/file_sys/patch_manager.h @@ -46,7 +46,8 @@ public: // - Game Updates // - LayeredFS VirtualFile PatchRomFS(VirtualFile base, u64 ivfc_offset, - ContentRecordType type = ContentRecordType::Program) const; + ContentRecordType type = ContentRecordType::Program, + VirtualFile update_raw = nullptr) const; // Returns a vector of pairs between patch names and patch versions. // i.e. Update 3.2.2 will return {"Update", "3.2.2"} |
