[Kernel/VFS] Maybe fix creation of directories. See #1403.

This commit is contained in:
gibbed
2019-07-18 17:15:57 -05:00
parent e14639c6c0
commit bf989f0aae
4 changed files with 17 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ class VirtualFileSystem {
X_STATUS OpenFile(const std::string& path,
FileDisposition creation_disposition,
uint32_t desired_access, File** out_file,
uint32_t desired_access, bool is_directory, File** out_file,
FileAction* out_action);
private: