summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/patch_manager.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/patch_manager.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.h b/src/core/file_sys/patch_manager.h
index 803bcb2a2..021bc3366 100644
--- a/src/core/file_sys/patch_manager.h
+++ b/src/core/file_sys/patch_manager.h
@@ -8,9 +8,13 @@
#include <string>
#include "common/common_types.h"
#include "core/file_sys/vfs.h"
+#include "nca_metadata.h"
+#include "romfs_factory.h"
namespace FileSys {
+class NCA;
+
enum class TitleVersionFormat : u8 {
ThreeElements, ///< vX.Y.Z
FourElements, ///< vX.Y.Z.W
@@ -36,7 +40,8 @@ public:
// Currently tracked RomFS patches:
// - Game Updates
- VirtualFile PatchRomFS(VirtualFile romfs) const;
+ VirtualFile PatchRomFS(VirtualFile base, u64 ivfc_offset,
+ ContentRecordType type = ContentRecordType::Program) const;
// Returns a vector of pairs between patch names and patch versions.
// i.e. Update v80 will return {Update, 80}