mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Implement get_filesystem_type
on macOS and Linux.
This commit is contained in:
parent
45fc515ae3
commit
d609cf62a0
7 changed files with 184 additions and 2 deletions
|
@ -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("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue