Do not depend on port-specific variable in core

This commit is contained in:
OV2 2012-05-08 00:02:10 +02:00
parent 87c1717ac6
commit 19b458bc47
1 changed files with 0 additions and 1 deletions

View File

@ -1171,7 +1171,6 @@ void S9xResetSaveTimer (bool8 dontsave)
uint32 S9xFreezeSize()
{
if(Settings.StopEmulation) return 0;
nulStream stream;
S9xFreezeToStream(&stream);
return stream.size();