From cb280d0d362eea4b94f83d773fcc3af7a92f2860 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 5 Oct 2013 13:08:15 +0200 Subject: [PATCH] Add description for rgui_show_start_screen in config. --- retroarch.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/retroarch.cfg b/retroarch.cfg index 1782f1c3d0..038b5e58f6 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -46,6 +46,11 @@ # Sets start directory for RGUI config browser. # rgui_config_directory = +# Show startup screen in RGUI. +# Is automatically set to false when seen for the first time. +# This is only updated in config if config_save_on_exit is set to true, however. +# rgui_show_start_screen = true + # 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