From a435c3b1135d56802fa2c4f17ff498f37cde98d7 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 21 Mar 2017 19:56:50 -0700 Subject: Allow variables in screenshot_path like initial_path --- default.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'default.cfg') diff --git a/default.cfg b/default.cfg index 424a93d..b281ba8 100644 --- a/default.cfg +++ b/default.cfg @@ -200,7 +200,8 @@ ui { #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 } -- cgit v1.2.3