From 5f51835b30b2a8232630f823d9263cd9c3d07284 Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Thu, 6 Mar 2014 17:46:32 +0100 Subject: [PATCH] config skeleton: default value of config_save_on_exit changed --- retroarch.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.cfg b/retroarch.cfg index 2756bd864b..0e64a20067 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -63,7 +63,7 @@ # Flushes config to disk on exit. Useful for RGUI as settings can be modified. # Overwrites the config. #include's and comments are not preserved. -# config_save_on_exit = false +# config_save_on_exit = true # Load up a specific config file based on the core being used. # core_specific_config = false