diff default.cfg @ 1294:a719e2c98b54

Allow variables in screenshot_path like initial_path
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Mar 2017 19:56:50 -0700
parents 5905593d6828
children 96ad1b9bbb3a
line wrap: on
line diff
--- a/default.cfg	Tue Mar 21 19:48:08 2017 -0700
+++ b/default.cfg	Tue Mar 21 19:56:50 2017 -0700
@@ -200,7 +200,8 @@
 	#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
+	#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
 	screenshot_template blastem_%c.ppm
 }