1
0
mirror of synced 2024-09-23 19:18:21 +02:00

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:
KillzXGaming 2019-09-17 16:58:32 -04:00
parent 84c81fec96
commit c6c0019efc
2 changed files with 2 additions and 0 deletions

View File

@ -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.