From 37c0cf50fd3e35667db63f6ff6fd0ac93e3af2b3 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Wed, 21 Jun 2017 10:46:32 -0400 Subject: [PATCH] Disable showing hidden files by default --- config.def.h | 2 +- retroarch.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 0d5a5a8999..65b9ad3c9c 100644 --- a/config.def.h +++ b/config.def.h @@ -220,7 +220,7 @@ static unsigned aspect_ratio_idx = ASPECT_RATIO_CORE; /* Save configuration file on exit. */ 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; diff --git a/retroarch.cfg b/retroarch.cfg index eb29fb3d96..70e50064ba 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -126,7 +126,7 @@ # config_save_on_exit = true # Shows hidden files and folders in directory listings. -# show_hidden_files = true +# show_hidden_files = false #### Video