mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Disable XMB shadow icons by default for PowerPC and ARM for performance
reasons
This commit is contained in:
parent
7da491d009
commit
c72a68faf8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue