aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/romfs_factory.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-25 19:04:48 -0400
committerZach Hilman <zachhilman@gmail.com>2018-09-04 16:23:15 -0400
commit97bf83bc56860be244077e9213468466f894c73d (patch)
treec5b59ded4f150ded530b6f218e2ca52589f2628b /src/core/file_sys/romfs_factory.h
parent8e900a301a1094d74f68f173c7dec67b12baec25 (diff)
patch_manager: Add usages of patches to ExeFS
Diffstat (limited to 'src/core/file_sys/romfs_factory.h')
-rw-r--r--src/core/file_sys/romfs_factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/romfs_factory.h b/src/core/file_sys/romfs_factory.h
index f38ddc4f7..168db1c46 100644
--- a/src/core/file_sys/romfs_factory.h
+++ b/src/core/file_sys/romfs_factory.h
@@ -36,6 +36,7 @@ public:
private:
VirtualFile file;
+ bool updatable;
};
} // namespace FileSys