restore compression to savestates (accidentally left removed while debugging sdl savestates)

This commit is contained in:
zeromus 2008-06-06 06:45:20 +00:00
parent 2a190f3c74
commit ab82d07be8
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ void FCEUSS_Save(char *fname)
return;
}
FCEUSS_SaveFP(st,0);
FCEUSS_SaveFP(st,-1);
fclose(st);