mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 01:45:47 +00:00
patch_manager: Add LayeredFS mods support
This commit is contained in:
parent
b6535b4376
commit
9d428044ad
2 changed files with 44 additions and 1 deletions
|
@ -26,6 +26,7 @@ std::string FormatTitleVersion(u32 version,
|
|||
|
||||
enum class PatchType {
|
||||
Update,
|
||||
LayeredFS,
|
||||
};
|
||||
|
||||
std::string FormatPatchTypeName(PatchType type);
|
||||
|
@ -42,6 +43,7 @@ public:
|
|||
|
||||
// Currently tracked RomFS patches:
|
||||
// - Game Updates
|
||||
// - LayeredFS
|
||||
VirtualFile PatchRomFS(VirtualFile base, u64 ivfc_offset,
|
||||
ContentRecordType type = ContentRecordType::Program) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue