diff --git a/snapshot.cpp b/snapshot.cpp index 0f2cc960..ba6a11c8 100644 --- a/snapshot.cpp +++ b/snapshot.cpp @@ -1171,6 +1171,7 @@ void S9xResetSaveTimer (bool8 dontsave) uint32 S9xFreezeSize() { + if(Settings.StopEmulation) return 0; nulStream stream; S9xFreezeToStream(&stream); return stream.size();