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:
skidau 2015-03-20 12:02:28 +00:00 committed by Arthur Moore
parent 190224d01a
commit 23e8a32e9c
1 changed files with 1 additions and 1 deletions

View File

@ -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