mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Disable XMB shadow icons by default for PowerPC and ARM for performance
reasons
This commit is contained in:
parent
7da491d009
commit
c72a68faf8
@ -302,7 +302,7 @@ static unsigned menu_font_color_green = 255;
|
||||
static unsigned menu_font_color_blue = 255;
|
||||
static unsigned xmb_icon_theme = XMB_ICON_THEME_MONOCHROME;
|
||||
static unsigned xmb_theme = XMB_THEME_ELECTRIC_BLUE;
|
||||
#ifdef HAVE_LAKKA
|
||||
#if defined(HAVE_LAKKA) || defined(__arm__) || defined(__PPC64__) || defined(__ppc64__) || defined(__powerpc64__) || defined(__powerpc__) || defined(__ppc__) || defined(__POWERPC__)
|
||||
static bool xmb_shadows_enable = false;
|
||||
#else
|
||||
static bool xmb_shadows_enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user