summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-10-02 14:56:56 +0200
committerZach Hilman <zachhilman@gmail.com>2018-10-04 18:29:20 +0200
commitc1e069c066a609103c6b880585738ecabe48ddd2 (patch)
treebf599fa1e774ae098866d50ca5acbaf3441eb16e /src/core/file_sys/romfs.h
parentfsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS (diff)
downloadyuzu-c1e069c066a609103c6b880585738ecabe48ddd2.tar
yuzu-c1e069c066a609103c6b880585738ecabe48ddd2.tar.gz
yuzu-c1e069c066a609103c6b880585738ecabe48ddd2.tar.bz2
yuzu-c1e069c066a609103c6b880585738ecabe48ddd2.tar.lz
yuzu-c1e069c066a609103c6b880585738ecabe48ddd2.tar.xz
yuzu-c1e069c066a609103c6b880585738ecabe48ddd2.tar.zst
yuzu-c1e069c066a609103c6b880585738ecabe48ddd2.zip
Diffstat (limited to 'src/core/file_sys/romfs.h')
-rw-r--r--src/core/file_sys/romfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/romfs.h b/src/core/file_sys/romfs.h
index ecd1eb725..0ec404731 100644
--- a/src/core/file_sys/romfs.h
+++ b/src/core/file_sys/romfs.h
@@ -44,6 +44,6 @@ VirtualDir ExtractRomFS(VirtualFile file,
// Converts a VFS filesystem into a RomFS binary
// Returns nullptr on failure
-VirtualFile CreateRomFS(VirtualDir dir);
+VirtualFile CreateRomFS(VirtualDir dir, VirtualDir ext = nullptr);
} // namespace FileSys