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 {