fix issue which caused nonpersistent savestates to break after you load them once
This commit is contained in:
parent
465ad101d1
commit
3a8eb3ea3a
|
@ -607,6 +607,7 @@ static int savestate_load(lua_State *L) {
|
|||
numTries--;
|
||||
|
||||
FCEUSS_LoadFP(ss->data,SSLOADPARAM_NOBACKUP);
|
||||
ss->data->seekg(0);
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue