From edd5677492989a7c7fa7c83e07cdaa50ff4a350a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 21 Aug 2019 03:18:39 +0200 Subject: [PATCH] Set this to true --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6809c093af..a993203002 100644 --- a/config.def.h +++ b/config.def.h @@ -471,7 +471,7 @@ static bool rgui_extended_ascii = false; #define DEFAULT_BLOCK_CONFIG_READ false #endif -#define DEFAULT_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST false +#define DEFAULT_AUTOMATICALLY_ADD_CONTENT_TO_PLAYLIST true static bool default_game_specific_options = true; static bool default_auto_overrides_enable = true;