From b9e9b9eb4fc7a299ad771ea4d6a5749b025afc25 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Fri, 18 Dec 2020 14:36:10 +0000 Subject: [PATCH] Ensure save file and playlist compression is disabled by default --- config.def.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config.def.h b/config.def.h index 89c114fbc2..7f3529cfdb 100644 --- a/config.def.h +++ b/config.def.h @@ -1044,11 +1044,7 @@ static const bool savestate_thumbnail_enable = false; /* When creating save (srm) files, compress * 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 -#endif /* When creating save state files, compress * written data */ @@ -1121,11 +1117,7 @@ static const int default_content_favorites_size = 200; #define DEFAULT_PLAYLIST_USE_OLD_FORMAT false /* 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 -#endif #ifdef HAVE_MENU /* Specify when to display 'core name' inline on playlist entries */