mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
(config.def.h) Set ribbon enable mode to 1 by default for GLES2
This commit is contained in:
parent
8cb66dd021
commit
a8485d451a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user