restore compression to savestates (accidentally left removed while debugging sdl savestates)
This commit is contained in:
parent
2a190f3c74
commit
ab82d07be8
|
@ -489,7 +489,7 @@ void FCEUSS_Save(char *fname)
|
|||
return;
|
||||
}
|
||||
|
||||
FCEUSS_SaveFP(st,0);
|
||||
FCEUSS_SaveFP(st,-1);
|
||||
|
||||
fclose(st);
|
||||
|
||||
|
|
Loading…
Reference in New Issue