comparison default.cfg @ 1909:508522f08e4d

Initial stab at VGM logging support
author Michael Pavone <pavone@retrodev.com>
date Fri, 27 Mar 2020 00:03:58 -0700
parents 93960907807a
children 16a795cababd
comparison
equal deleted inserted replaced
1908:c3d49c338224 1909:508522f08e4d
20 p ui.screenshot 20 p ui.screenshot
21 b ui.plane_debug 21 b ui.plane_debug
22 v ui.vram_debug 22 v ui.vram_debug
23 c ui.cram_debug 23 c ui.cram_debug
24 n ui.compositing_debug 24 n ui.compositing_debug
25 m ui.vgm_log
25 esc ui.exit 26 esc ui.exit
26 ` ui.save_state 27 ` ui.save_state
27 0 ui.set_speed.0 28 0 ui.set_speed.0
28 1 ui.set_speed.1 29 1 ui.set_speed.1
29 2 ui.set_speed.2 30 2 ui.set_speed.2
362 remember_path on 363 remember_path on
363 #path for storing internal screenshots, accepts the same variables as initial_path 364 #path for storing internal screenshots, accepts the same variables as initial_path
364 screenshot_path $HOME 365 screenshot_path $HOME
365 #see strftime for the format specifiers valid in screenshot_template 366 #see strftime for the format specifiers valid in screenshot_template
366 screenshot_template blastem_%Y%m%d_%H%M%S.png 367 screenshot_template blastem_%Y%m%d_%H%M%S.png
368 #path for storing VGM recordings, accepts the same variables as initial_path
369 vgm_path $HOME
370 #see strftime for the format specifiers valid in vgm_template
371 vgm_template blastem_%Y%m%d_%H%M%S.vgm
367 #path template for saving SRAM, EEPROM and savestates 372 #path template for saving SRAM, EEPROM and savestates
368 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME 373 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
369 save_path $USERDATA/blastem/$ROMNAME 374 save_path $USERDATA/blastem/$ROMNAME
370 #space delimited list of file extensions to filter against in menu 375 #space delimited list of file extensions to filter against in menu
371 extensions bin gen md smd sms gg zip gz 376 extensions bin gen md smd sms gg zip gz