mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Enable Advanced Settings by default
This commit is contained in:
parent
dd30be4da4
commit
687d11318f
@ -456,7 +456,7 @@ static const bool default_overlay_enable = false;
|
|||||||
static bool default_block_config_read = true;
|
static bool default_block_config_read = true;
|
||||||
|
|
||||||
static bool collapse_subgroups_enable = true;
|
static bool collapse_subgroups_enable = true;
|
||||||
static bool show_advanced_settings = false;
|
static bool show_advanced_settings = true;
|
||||||
static const uint32_t menu_entry_normal_color = 0xffffffff;
|
static const uint32_t menu_entry_normal_color = 0xffffffff;
|
||||||
static const uint32_t menu_entry_hover_color = 0xff64ff64;
|
static const uint32_t menu_entry_hover_color = 0xff64ff64;
|
||||||
static const uint32_t menu_title_color = 0xff64ff64;
|
static const uint32_t menu_title_color = 0xff64ff64;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user