(Menu) Turn on XMB shadows for non-Lakka

This commit is contained in:
twinaphex 2016-05-01 17:47:10 +02:00
parent 07e1f6e748
commit 16a6142577

View File

@ -512,7 +512,12 @@ static bool default_block_config_read = true;
static unsigned xmb_scale_factor = 100;
static unsigned xmb_alpha_factor = 75;
static unsigned xmb_theme = 0;
#ifdef HAVE_LAKKA
static bool xmb_shadows_enable = false;
#else
static bool xmb_shadows_enable = true;
#endif
static unsigned menu_background_gradient = 4;