diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-21 21:59:05 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-21 21:59:05 -0700 |
commit | 77882c48c80686680f13b794b83bbbfd4bceeba8 (patch) | |
tree | 4fd94260a88dfb26c173daf15208f619537d79d0 | |
parent | bad5d7a2390a72fc80d2e17b6b2b89e9d974295f (diff) |
Change the default screenshot path as per ticket:14
-rw-r--r-- | default.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.cfg b/default.cfg index eeca096..a4ff972 100644 --- a/default.cfg +++ b/default.cfg @@ -203,7 +203,7 @@ ui { #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 + screenshot_template blastem_%Y%m%d_%H%M%S.ppm #path template for saving SRAM, EEPROM and savestates #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME save_path $USERDATA/blastem/$ROMNAME |