diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-21 19:56:50 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-21 19:56:50 -0700 |
commit | a435c3b1135d56802fa2c4f17ff498f37cde98d7 (patch) | |
tree | 37996cfff4c6e4b4db86843ad01a62bc6ffe5667 /default.cfg | |
parent | 4adb4b1013e6fbd057fe6158a911e7b860a78075 (diff) |
Allow variables in screenshot_path like initial_path
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |