patch_manager: Add LayeredFS mods support

This commit is contained in:
Zach Hilman
2018-09-19 22:02:44 -04:00
parent 44fdac334c
commit 16188acb50
2 changed files with 44 additions and 1 deletions

View File

@ -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;