mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Update config.def.h
This commit is contained in:
parent
22d8d35721
commit
ed1a920f46
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue