diff default.cfg @ 1434:b9dbc823c014

Added a config file option for remembering the last path in the menu
author Michael Pavone <pavone@retrodev.com>
date Wed, 16 Aug 2017 20:45:51 -0700
parents 2540c05520f2
children e2bd03ed3190
line wrap: on
line diff
--- a/default.cfg	Wed Aug 16 20:06:28 2017 -0700
+++ b/default.cfg	Wed Aug 16 20:45:51 2017 -0700
@@ -210,6 +210,9 @@
 	#starting path for ROM browsing, accepts special variables $HOME, $EXEDIR
 	#and variables defined in the OS environment
 	initial_path $HOME
+	#if this is set to on, then the menu will remember the last path when visited
+	#if it's set to off, initial_path will always be used on startup
+	remember_path on
 	#path for storing internal screenshots, accepts the same variables as initial_path
 	screenshot_path $HOME
 	#see strftime for the format specifiers valid in screenshot_template