Some quick fixes.
Fix mario tennis aces decompression (thanks to simon for compiling as x64 bit) Fix very small files erroring from compression checks
This commit is contained in:
parent
84c81fec96
commit
c6c0019efc
@ -181,6 +181,8 @@ namespace Toolbox.Library.IO
|
||||
|
||||
long streamStartPos = stream.Position;
|
||||
|
||||
if (stream.Length < 8) return null;
|
||||
|
||||
//Check all supported compression formats and decompress. Then loop back
|
||||
if (!Compressed)
|
||||
{
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user