Change some defaults for odroidgo2
This commit is contained in:
parent
4a533447a1
commit
ea53d4ab38
|
@ -546,7 +546,11 @@ static const unsigned xmb_alpha_factor = 75;
|
||||||
static const unsigned menu_font_color_red = 255;
|
static const unsigned menu_font_color_red = 255;
|
||||||
static const unsigned menu_font_color_green = 255;
|
static const unsigned menu_font_color_green = 255;
|
||||||
static const unsigned menu_font_color_blue = 255;
|
static const unsigned menu_font_color_blue = 255;
|
||||||
|
#ifdef HAVE_ODROIDGO2
|
||||||
|
static const unsigned xmb_menu_layout = 2;
|
||||||
|
#else
|
||||||
static const unsigned xmb_menu_layout = 0;
|
static const unsigned xmb_menu_layout = 0;
|
||||||
|
#endif
|
||||||
static const unsigned xmb_icon_theme = XMB_ICON_THEME_MONOCHROME;
|
static const unsigned xmb_icon_theme = XMB_ICON_THEME_MONOCHROME;
|
||||||
static const unsigned xmb_theme = XMB_THEME_ELECTRIC_BLUE;
|
static const unsigned xmb_theme = XMB_THEME_ELECTRIC_BLUE;
|
||||||
|
|
||||||
|
|
|
@ -13440,7 +13440,7 @@ static bool setting_append_list(
|
||||||
SD_FLAG_NONE);
|
SD_FLAG_NONE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LAKKA
|
#if defined(HAVE_LAKKA) || defined(HAVE_ODROIDGO2)
|
||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
list, list_info,
|
list, list_info,
|
||||||
&settings->bools.menu_show_reboot,
|
&settings->bools.menu_show_reboot,
|
||||||
|
|
Loading…
Reference in New Issue