aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys/file_romfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys/file_romfs.h')
-rw-r--r--src/core/file_sys/file_romfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/file_romfs.h b/src/core/file_sys/file_romfs.h
index 09fa2e7e..32fa6b6d 100644
--- a/src/core/file_sys/file_romfs.h
+++ b/src/core/file_sys/file_romfs.h
@@ -64,6 +64,8 @@ public:
*/
bool Close() const override;
+ void Flush() const override { }
+
private:
const Archive_RomFS* archive;
};