mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Stop converting all names to uppercase.
This commit is contained in:
parent
31ac12d33d
commit
02d2341b6e
@ -414,7 +414,7 @@ namespace DiscUtils.Fat
|
||||
validChecksum = false;
|
||||
break;
|
||||
}
|
||||
sb.Append(slot.Name.ToUpperInvariant());
|
||||
sb.Append(slot.Name);
|
||||
}
|
||||
|
||||
if (validChecksum)
|
||||
|
Loading…
x
Reference in New Issue
Block a user