From c9eb4a1916ddbf07a9a5d3cfa443e52a748b342a Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Sun, 13 Apr 2014 23:34:08 +0200 Subject: [PATCH] VFSFileSystem too --- Core/FileSystems/DirectoryFileSystem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/FileSystems/DirectoryFileSystem.h b/Core/FileSystems/DirectoryFileSystem.h index bfce1ec896..7d6a8793bc 100644 --- a/Core/FileSystems/DirectoryFileSystem.h +++ b/Core/FileSystems/DirectoryFileSystem.h @@ -150,6 +150,7 @@ public: int RenameFile(const std::string &from, const std::string &to); bool RemoveFile(const std::string &filename); bool GetHostPath(const std::string &inpath, std::string &outpath); + int Flags() { return 0; } private: struct OpenFileEntry {