From 77882c48c80686680f13b794b83bbbfd4bceeba8 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 21 Mar 2017 21:59:05 -0700 Subject: Change the default screenshot path as per ticket:14 --- default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3