(config.def.h) Set ribbon enable mode to 1 by default for GLES2

This commit is contained in:
twinaphex 2016-04-24 22:16:54 +02:00
parent 8cb66dd021
commit a8485d451a

View file

@ -513,7 +513,12 @@ static unsigned xmb_alpha_factor = 75;
static unsigned xmb_theme = 0;
static unsigned xmb_gradient = 0;
static bool xmb_shadows_enable = false;
#if defined(HAVE_OPENGLES2)
static unsigned xmb_ribbon_enable = 1;
#else
static unsigned xmb_ribbon_enable = 0;
#endif
static bool show_advanced_settings = true;
static const uint32_t menu_entry_normal_color = 0xffffffff;