comparison default.cfg @ 1295:96ad1b9bbb3a

Make save directory configurable. Satisfies ticket:4
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Mar 2017 21:40:47 -0700
parents a719e2c98b54
children 4e2007c1d8ab
comparison
equal deleted inserted replaced
1294:a719e2c98b54 1295:96ad1b9bbb3a
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_%c.ppm
207 #path template for saving SRAM, EEPROM and savestates
208 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
209 save_path $USERDATA/blastem/$ROMNAME
207 } 210 }
208 211
209 system { 212 system {
210 ram_init zero 213 ram_init zero
211 default_region U 214 default_region U