mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-23 13:03:15 +00:00
Adjust SDF version check so it hopefully works with star link
This commit is contained in:
parent
fa4ada2c1a
commit
63a7c1afca
3 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ namespace FirstPlugin
|
|||
}
|
||||
}
|
||||
|
||||
if (Header.Version <= 0x15)
|
||||
if (Header.Version >= 0x17)
|
||||
{
|
||||
fileId = (long)readVariadicInteger(4, reader);
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue