comparison default.cfg @ 1296:4e2007c1d8ab

Change the default screenshot path as per ticket:14
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Mar 2017 21:59:05 -0700
parents 96ad1b9bbb3a
children 70faad89d491
comparison
equal deleted inserted replaced
1295:96ad1b9bbb3a 1296:4e2007c1d8ab
201 #and variables defined in the OS environment 201 #and variables defined in the OS environment
202 initial_path $HOME 202 initial_path $HOME
203 #path for storing internal screenshots, accepts the same variables as initial_path 203 #path for storing internal screenshots, accepts the same variables as initial_path
204 screenshot_path $HOME 204 screenshot_path $HOME
205 #see strftime for the format specifiers valid in screenshot_template 205 #see strftime for the format specifiers valid in screenshot_template
206 screenshot_template blastem_%c.ppm 206 screenshot_template blastem_%Y%m%d_%H%M%S.ppm
207 #path template for saving SRAM, EEPROM and savestates 207 #path template for saving SRAM, EEPROM and savestates
208 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME 208 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
209 save_path $USERDATA/blastem/$ROMNAME 209 save_path $USERDATA/blastem/$ROMNAME
210 } 210 }
211 211