From 16a61425774584d851d872413cb9a3bcd3460e7e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 1 May 2016 17:47:10 +0200 Subject: [PATCH] (Menu) Turn on XMB shadows for non-Lakka --- config.def.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.def.h b/config.def.h index 4756ec2f9d..9489b966a3 100644 --- a/config.def.h +++ b/config.def.h @@ -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;