diff options
Diffstat (limited to 'backends/fs/ps2')
-rw-r--r-- | backends/fs/ps2/ps2-fs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/fs/ps2/ps2-fs.cpp b/backends/fs/ps2/ps2-fs.cpp index ec75f1e2d2..80382d2a85 100644 --- a/backends/fs/ps2/ps2-fs.cpp +++ b/backends/fs/ps2/ps2-fs.cpp @@ -444,8 +444,8 @@ Common::WriteStream *Ps2FilesystemNode::createWriteStream() { } bool Ps2FilesystemNode::createDirectory() { - error("Not supported"); - return false; + warning("Ps2FilesystemNode::createDirectory(): Not supported"); + return _isHere && _isDirectory; } #endif |