mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Disable showing hidden files by default
This commit is contained in:
parent
fcc3260341
commit
37c0cf50fd
@ -220,7 +220,7 @@ static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE;
|
|||||||
/* Save configuration file on exit. */
|
/* Save configuration file on exit. */
|
||||||
static bool config_save_on_exit = true;
|
static bool config_save_on_exit = true;
|
||||||
|
|
||||||
static bool show_hidden_files = true;
|
static bool show_hidden_files = false;
|
||||||
|
|
||||||
static const bool overlay_hide_in_menu = true;
|
static const bool overlay_hide_in_menu = true;
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@
|
|||||||
# config_save_on_exit = true
|
# config_save_on_exit = true
|
||||||
|
|
||||||
# Shows hidden files and folders in directory listings.
|
# Shows hidden files and folders in directory listings.
|
||||||
# show_hidden_files = true
|
# show_hidden_files = false
|
||||||
|
|
||||||
#### Video
|
#### Video
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user