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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/n64/n64-fs.cpp b/backends/fs/n64/n64-fs.cpp
index 5a131c0305..4a21fb27c4 100644
--- a/backends/fs/n64/n64-fs.cpp
+++ b/backends/fs/n64/n64-fs.cpp
@@ -160,7 +160,7 @@ Common::WriteStream *N64FilesystemNode::createWriteStream() {
return RomfsStream::makeFromPath(getPath(), true);
}
-bool N64FilesystemNode::create(bool isDirectoryFlag) {
+bool N64FilesystemNode::createDirectory() {
error("Not supported");
return false;
}