mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Stop converting all names to uppercase.
This commit is contained in:
parent
31ac12d33d
commit
02d2341b6e
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ namespace DiscUtils.Fat
|
|||
validChecksum = false;
|
||||
break;
|
||||
}
|
||||
sb.Append(slot.Name.ToUpperInvariant());
|
||||
sb.Append(slot.Name);
|
||||
}
|
||||
|
||||
if (validChecksum)
|
||||
|
|
Loading…
Reference in a new issue