[*] Compression window bits regression

This commit is contained in:
Reece Wilson 2023-07-28 16:12:33 +01:00
parent 7fa0a52e2c
commit 247e702712

View File

@ -29,8 +29,9 @@ namespace Aurora::Compression
else
{
out = 15;
return true;
}
return true;
}
if (info.uOptWindowBits.value() < 0)
@ -77,8 +78,9 @@ namespace Aurora::Compression
else
{
out = 15;
return true;
}
return true;
}
if (info.type == ECompressionType::eGZip)