aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/n64/n64-fs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/n64/n64-fs.cpp')
-rw-r--r--backends/fs/n64/n64-fs.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/fs/n64/n64-fs.cpp b/backends/fs/n64/n64-fs.cpp
index fe37dad467..d568500d30 100644
--- a/backends/fs/n64/n64-fs.cpp
+++ b/backends/fs/n64/n64-fs.cpp
@@ -160,4 +160,9 @@ Common::WriteStream *N64FilesystemNode::createWriteStream() {
return RomfsStream::makeFromPath(getPath(), true);
}
+bool N64FilesystemNode::create(bool isDirectory) {
+ error("Not supported");
+ return false;
+}
+
#endif //#ifdef __N64__