mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 13:57:57 -05:00
patch_manager: Add support for packed updates
Will prefer any installed update over the packed version.
This commit is contained in:
@ -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"}
|
||||
|
Reference in New Issue
Block a user