comparison default.cfg @ 1533:78b7fc03c7c6

Updated default config to reflect gz/zip/png support
author Michael Pavone <pavone@retrodev.com>
date Sat, 24 Mar 2018 19:41:47 -0700
parents e2bd03ed3190
children 94ba407a5ec1
comparison
equal deleted inserted replaced
1532:b505083dcd87 1533:78b7fc03c7c6
215 #if it's set to off, initial_path will always be used on startup 215 #if it's set to off, initial_path will always be used on startup
216 remember_path on 216 remember_path on
217 #path for storing internal screenshots, accepts the same variables as initial_path 217 #path for storing internal screenshots, accepts the same variables as initial_path
218 screenshot_path $HOME 218 screenshot_path $HOME
219 #see strftime for the format specifiers valid in screenshot_template 219 #see strftime for the format specifiers valid in screenshot_template
220 screenshot_template blastem_%Y%m%d_%H%M%S.ppm 220 screenshot_template blastem_%Y%m%d_%H%M%S.png
221 #path template for saving SRAM, EEPROM and savestates 221 #path template for saving SRAM, EEPROM and savestates
222 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME 222 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
223 save_path $USERDATA/blastem/$ROMNAME 223 save_path $USERDATA/blastem/$ROMNAME
224 #space delimited list of file extensions to filter against in menu 224 #space delimited list of file extensions to filter against in menu
225 extensions bin gen md smd sms gg 225 extensions bin gen md smd sms gg zip gz
226 #specifies the preferred save-state format, set to gst for Genecyst compatible states 226 #specifies the preferred save-state format, set to gst for Genecyst compatible states
227 state_format native 227 state_format native
228 } 228 }
229 229
230 system { 230 system {