mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
Merge pull request #10261 from valadaa48/odroidgo2_conf_extra
Change some defaults for odroidgo2
This commit is contained in:
commit
3bfd6ababd
@ -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_green = 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;
|
||||
#endif
|
||||
static const unsigned xmb_icon_theme = XMB_ICON_THEME_MONOCHROME;
|
||||
static const unsigned xmb_theme = XMB_THEME_ELECTRIC_BLUE;
|
||||
|
||||
|
@ -13440,7 +13440,7 @@ static bool setting_append_list(
|
||||
SD_FLAG_NONE);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LAKKA
|
||||
#if defined(HAVE_LAKKA) || defined(HAVE_ODROIDGO2)
|
||||
CONFIG_BOOL(
|
||||
list, list_info,
|
||||
&settings->bools.menu_show_reboot,
|
||||
|
Loading…
x
Reference in New Issue
Block a user