Fixed importing GameShark snapshots
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1238 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
190224d01a
commit
23e8a32e9c
|
@ -1080,7 +1080,7 @@ bool CPUReadGSASnapshot(const char *fileName)
|
|||
fseek(file, 0x0, SEEK_SET);
|
||||
fread(&i, 1, 4, file);
|
||||
fseek(file, i, SEEK_CUR); // Skip SharkPortSave
|
||||
// fseek(file, 4, SEEK_CUR); // skip some sort of flag
|
||||
fseek(file, 4, SEEK_CUR); // skip some sort of flag
|
||||
fread(&i, 1, 4, file); // name length
|
||||
fseek(file, i, SEEK_CUR); // skip name
|
||||
fread(&i, 1, 4, file); // desc length
|
||||
|
|
Loading…
Reference in New Issue