mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 04:23:09 +00:00
Quick fix for LZSS
This commit is contained in:
parent
47ad72444c
commit
b930e02fde
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ namespace Toolbox.Library
|
|||
{
|
||||
using (var reader = new FileReader(stream, true))
|
||||
{
|
||||
hasMagic = true;
|
||||
return reader.CheckSignature(4, "LzS\x01");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue