fix issue which caused nonpersistent savestates to break after you load them once

This commit is contained in:
zeromus 2008-11-11 20:31:51 +00:00
parent 465ad101d1
commit 3a8eb3ea3a
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ static int savestate_load(lua_State *L) {
numTries--;
FCEUSS_LoadFP(ss->data,SSLOADPARAM_NOBACKUP);
ss->data->seekg(0);
return 0;
}