mirror of https://github.com/snes9xgit/snes9x.git
Do not depend on port-specific variable in core
This commit is contained in:
parent
87c1717ac6
commit
19b458bc47
|
@ -1171,7 +1171,6 @@ void S9xResetSaveTimer (bool8 dontsave)
|
|||
|
||||
uint32 S9xFreezeSize()
|
||||
{
|
||||
if(Settings.StopEmulation) return 0;
|
||||
nulStream stream;
|
||||
S9xFreezeToStream(&stream);
|
||||
return stream.size();
|
||||
|
|
Loading…
Reference in New Issue