mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Merge pull request #11715 from jdgleaver/compresion-defaults
Ensure save file and playlist compression is disabled by default
This commit is contained in:
commit
4e33e71a47
@ -1044,11 +1044,7 @@ static const bool savestate_thumbnail_enable = false;
|
|||||||
|
|
||||||
/* When creating save (srm) files, compress
|
/* When creating save (srm) files, compress
|
||||||
* written data */
|
* written data */
|
||||||
#if defined(__WINRT__) || defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
|
|
||||||
#define DEFAULT_SAVE_FILE_COMPRESSION true
|
|
||||||
#else
|
|
||||||
#define DEFAULT_SAVE_FILE_COMPRESSION false
|
#define DEFAULT_SAVE_FILE_COMPRESSION false
|
||||||
#endif
|
|
||||||
|
|
||||||
/* When creating save state files, compress
|
/* When creating save state files, compress
|
||||||
* written data */
|
* written data */
|
||||||
@ -1121,11 +1117,7 @@ static const int default_content_favorites_size = 200;
|
|||||||
#define DEFAULT_PLAYLIST_USE_OLD_FORMAT false
|
#define DEFAULT_PLAYLIST_USE_OLD_FORMAT false
|
||||||
|
|
||||||
/* When creating/updating playlists, compress written data */
|
/* When creating/updating playlists, compress written data */
|
||||||
#if defined(__WINRT__) || defined(WINAPI_FAMILY) && WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP
|
|
||||||
#define DEFAULT_PLAYLIST_COMPRESSION true
|
|
||||||
#else
|
|
||||||
#define DEFAULT_PLAYLIST_COMPRESSION false
|
#define DEFAULT_PLAYLIST_COMPRESSION false
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
/* Specify when to display 'core name' inline on playlist entries */
|
/* Specify when to display 'core name' inline on playlist entries */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user