1
0
mirror of synced 2024-11-12 02:00:50 +01: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; long streamStartPos = stream.Position;
if (stream.Length < 8) return null;
//Check all supported compression formats and decompress. Then loop back //Check all supported compression formats and decompress. Then loop back
if (!Compressed) if (!Compressed)
{ {

Binary file not shown.