comparison default.cfg @ 1294:a719e2c98b54

Allow variables in screenshot_path like initial_path
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Mar 2017 19:56:50 -0700
parents 5905593d6828
children 96ad1b9bbb3a
comparison
equal deleted inserted replaced
1293:72ea3885e7b5 1294:a719e2c98b54
198 #specifies the ROM that implements the Menu UI 198 #specifies the ROM that implements the Menu UI
199 rom menu.bin 199 rom menu.bin
200 #starting path for ROM browsing, accepts special variables $HOME, $EXEDIR 200 #starting path for ROM browsing, accepts special variables $HOME, $EXEDIR
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 #screenshot_path defaults to the user's home/profile directory if not specified 203 #path for storing internal screenshots, accepts the same variables as initial_path
204 screenshot_path $HOME
204 #see strftime for the format specifiers valid in screenshot_template 205 #see strftime for the format specifiers valid in screenshot_template
205 screenshot_template blastem_%c.ppm 206 screenshot_template blastem_%c.ppm
206 } 207 }
207 208
208 system { 209 system {