Skip to content

Commit

Permalink
Disable automatically add content by playlist by default
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Dec 25, 2017
1 parent 2fd3f41 commit 0a2b442
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0a2b442

Please sign in to comment.