comparison default.cfg @ 1434:b9dbc823c014

Added a config file option for remembering the last path in the menu
author Michael Pavone <pavone@retrodev.com>
date Wed, 16 Aug 2017 20:45:51 -0700
parents 2540c05520f2
children e2bd03ed3190
comparison
equal deleted inserted replaced
1433:c886c54d8cf1 1434:b9dbc823c014
208 #specifies the ROM that implements the Menu UI 208 #specifies the ROM that implements the Menu UI
209 rom menu.bin 209 rom menu.bin
210 #starting path for ROM browsing, accepts special variables $HOME, $EXEDIR 210 #starting path for ROM browsing, accepts special variables $HOME, $EXEDIR
211 #and variables defined in the OS environment 211 #and variables defined in the OS environment
212 initial_path $HOME 212 initial_path $HOME
213 #if this is set to on, then the menu will remember the last path when visited
214 #if it's set to off, initial_path will always be used on startup
215 remember_path on
213 #path for storing internal screenshots, accepts the same variables as initial_path 216 #path for storing internal screenshots, accepts the same variables as initial_path
214 screenshot_path $HOME 217 screenshot_path $HOME
215 #see strftime for the format specifiers valid in screenshot_template 218 #see strftime for the format specifiers valid in screenshot_template
216 screenshot_template blastem_%Y%m%d_%H%M%S.ppm 219 screenshot_template blastem_%Y%m%d_%H%M%S.ppm
217 #path template for saving SRAM, EEPROM and savestates 220 #path template for saving SRAM, EEPROM and savestates