You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Implement get_filesystem_type on macOS and Linux.
This commit is contained in:
@@ -362,7 +362,7 @@ String DirAccessWindows::get_filesystem_type() const {
|
||||
&dwFileSystemFlags,
|
||||
szFileSystemName,
|
||||
sizeof(szFileSystemName)) == TRUE) {
|
||||
return String::utf16((const char16_t *)szFileSystemName);
|
||||
return String::utf16((const char16_t *)szFileSystemName).to_upper();
|
||||
}
|
||||
|
||||
ERR_FAIL_V("");
|
||||
|
||||
Reference in New Issue
Block a user