mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Enable save state compression by default
This commit is contained in:
parent
e3a78e0ecf
commit
1ac544b612
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue