diff default.cfg @ 1292:5905593d6828

Allow initial_path to contain variable references which allows the default value to be actually specified in the default config file
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Mar 2017 00:40:25 -0700
parents 3772bb926be5
children a719e2c98b54
line wrap: on
line diff
--- a/default.cfg	Sun Mar 19 18:32:49 2017 -0700
+++ b/default.cfg	Tue Mar 21 00:40:25 2017 -0700
@@ -195,9 +195,12 @@
 }
 
 ui {
+	#specifies the ROM that implements the Menu UI
 	rom menu.bin
-	#initial_path defaults to your home/user profile directory if not specified
-	#screenshot_path behaves the same way
+	#starting path for ROM browsing, accepts special variables $HOME, $EXEDIR
+	#and variables defined in the OS environment
+	initial_path $HOME
+	#screenshot_path defaults to the user's home/profile directory if not specified
 	#see strftime for the format specifiers valid in screenshot_template
 	screenshot_template blastem_%c.ppm
 }