mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Enable Advanced Settings by default
This commit is contained in:
parent
dd30be4da4
commit
687d11318f
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ static const bool default_overlay_enable = false;
|
|||
static bool default_block_config_read = 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_hover_color = 0xff64ff64;
|
||||
static const uint32_t menu_title_color = 0xff64ff64;
|
||||
|
|
Loading…
Add table
Reference in a new issue