mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-23 18:25:33 -05:00
Minor & Useless
This commit is contained in:
@@ -309,9 +309,8 @@ public static GARC unpackGARC(string path)
|
||||
{
|
||||
uint val = br.ReadUInt32();
|
||||
if (garc.otaf.padding == 0xffff)
|
||||
{
|
||||
val = Util.Reverse(val);
|
||||
}
|
||||
|
||||
garc.otaf.entries[i].name = val.ToString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user