mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-16 01:37:55 +00:00
Check magic for checking 3ds ptcl
This commit is contained in:
parent
7cec448cd0
commit
4fe9860945
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -68,7 +68,7 @@ namespace FirstPlugin
|
|||
string Signature = reader.ReadString(4, Encoding.ASCII);
|
||||
|
||||
byte VersionNum = reader.ReadByte();
|
||||
if (VersionNum != 0)
|
||||
if (VersionNum != 0 && Signature == "SPBD")
|
||||
Is3DS = true;
|
||||
|
||||
reader.Position = 0;
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue