diff options
-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 |