mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
(Menu) Turn on XMB shadows for non-Lakka
This commit is contained in:
parent
07e1f6e748
commit
16a6142577
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user