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;