Fixed importing GameShark snapshots

This commit is contained in:
skidau 2015-03-20 12:02:28 +00:00
parent 80c8917be5
commit c7a7e04395
1 changed files with 1 additions and 1 deletions

View File

@ -1078,7 +1078,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