This commit is contained in:
Spartan322
2025-05-29 02:06:56 -04:00
474 changed files with 15946 additions and 7019 deletions

View File

@@ -364,7 +364,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("");