Disable automatically add content by playlist by default

This commit is contained in:
twinaphex 2017-12-25 18:19:55 +01:00
parent 2fd3f41865
commit 0a2b44273d

View File

@ -298,11 +298,7 @@ static bool xmb_show_add = true;
#endif
#endif
#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;
#endif
static float menu_framebuffer_opacity = 0.900;