patch_manager: Add support for packed updates
Will prefer any installed update over the packed version.
This commit is contained in:
parent
5045748829
commit
d79d4fd764
4 changed files with 18 additions and 5 deletions
|
@ -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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue