Some adjustments
This commit is contained in:
parent
42f6b670e0
commit
4a618ec55b
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -151,8 +151,6 @@ namespace Switch_Toolbox.Library.IO
|
||||
byte* end = input + decompressedLength;
|
||||
byte* data = input + pos;
|
||||
|
||||
byte[] Output = new byte[decompressedLength];
|
||||
|
||||
if (pos > decompressedLength)
|
||||
{
|
||||
uint flag;
|
||||
@ -220,13 +218,13 @@ namespace Switch_Toolbox.Library.IO
|
||||
if (op_ofs >= 2)
|
||||
{
|
||||
Loop1(flag, op_len, chunk, data, output);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loop2(flag, op_len, data, output, chunk);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
EndOperation(data, end);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user