Merge pull request #10530 from jdgleaver/compress-states-default

Enable save state compression by default
This commit is contained in:
Autechre 2020-04-28 12:53:26 +02:00 committed by GitHub
commit 3b6b067fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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