From 17fc40a94436f970af75d6717c7a63c70eafcb12 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Wed, 25 May 2016 16:49:17 +0600 Subject: CLOUD: Add AbstractFSNode::create() backends stubs --- backends/fs/n64/n64-fs.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'backends/fs/n64/n64-fs.cpp') 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__ -- cgit v1.2.3