mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 00:28:04 -05:00
patch_manager: Add LayeredFS mods support
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user