diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-08-25 19:04:48 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-09-04 16:23:15 -0400 |
| commit | 97bf83bc56860be244077e9213468466f894c73d (patch) | |
| tree | c5b59ded4f150ded530b6f218e2ca52589f2628b /src/core/file_sys/romfs_factory.h | |
| parent | 8e900a301a1094d74f68f173c7dec67b12baec25 (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.h | 1 |
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 |
