Enable save state compression by default

This commit is contained in:
jdgleaver 2020-04-28 11:37:16 +01:00
parent e3a78e0ecf
commit 1ac544b612

View File

@ -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