From ab82d07be8048005c9f3de6cf17da6b778b40736 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 6 Jun 2008 06:45:20 +0000 Subject: [PATCH] restore compression to savestates (accidentally left removed while debugging sdl savestates) --- src/state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state.cpp b/src/state.cpp index 8ed3d2a0..1d6e7b82 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -489,7 +489,7 @@ void FCEUSS_Save(char *fname) return; } - FCEUSS_SaveFP(st,0); + FCEUSS_SaveFP(st,-1); fclose(st);