From ed1a920f465beee58040daabfb44ecd563dc8492 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 9 Dec 2017 01:05:55 +0100 Subject: [PATCH] Update config.def.h --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c3fb49f6f6..34eefd9fa4 100644 --- a/config.def.h +++ b/config.def.h @@ -293,7 +293,7 @@ static bool xmb_show_add = true; #endif #endif -#if defined(HAVE_LIBRETRODB) && !defined(RARCH_CONSOLE) +#if defined(HAVE_LIBRETRODB) && !defined(RARCH_CONSOLE) && !defined(EMSCRIPTEN) static bool automatically_add_content_to_playlist = true; #else static bool automatically_add_content_to_playlist = false;