comparison default.cfg @ 1292:5905593d6828

Allow initial_path to contain variable references which allows the default value to be actually specified in the default config file
author Michael Pavone <pavone@retrodev.com>
date Tue, 21 Mar 2017 00:40:25 -0700
parents 3772bb926be5
children a719e2c98b54
comparison
equal deleted inserted replaced
1291:f17fe0d00626 1292:5905593d6828
193 7 75 193 7 75
194 } 194 }
195 } 195 }
196 196
197 ui { 197 ui {
198 #specifies the ROM that implements the Menu UI
198 rom menu.bin 199 rom menu.bin
199 #initial_path defaults to your home/user profile directory if not specified 200 #starting path for ROM browsing, accepts special variables $HOME, $EXEDIR
200 #screenshot_path behaves the same way 201 #and variables defined in the OS environment
202 initial_path $HOME
203 #screenshot_path defaults to the user's home/profile directory if not specified
201 #see strftime for the format specifiers valid in screenshot_template 204 #see strftime for the format specifiers valid in screenshot_template
202 screenshot_template blastem_%c.ppm 205 screenshot_template blastem_%c.ppm
203 } 206 }
204 207
205 system { 208 system {