From 1ac544b612cc6f56640d499a1990fd9fa9785272 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Tue, 28 Apr 2020 11:37:16 +0100 Subject: [PATCH] Enable save state compression by default --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 93fc7dd534..ce317ce203 100644 --- a/config.def.h +++ b/config.def.h @@ -917,7 +917,7 @@ static const bool savestate_thumbnail_enable = false; /* When creating save state files, compress * written data */ -#define DEFAULT_SAVESTATE_FILE_COMPRESSION false +#define DEFAULT_SAVESTATE_FILE_COMPRESSION true /* Slowmotion ratio. */ #define DEFAULT_SLOWMOTION_RATIO 3.0