You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add function to obtain filesystem type from DirAccess.
Change EditorFileSystem to not use directory modification times on FAT32, fixes #20946
This commit is contained in:
@@ -82,6 +82,9 @@ public:
|
||||
|
||||
virtual size_t get_space_left();
|
||||
|
||||
virtual String get_filesystem_type() const;
|
||||
|
||||
|
||||
DirAccessUnix();
|
||||
~DirAccessUnix();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user