comparison default.cfg @ 2158:bdd83b47d78a

Implement config file migrations and add iso and cue to extension list
author Michael Pavone <pavone@retrodev.com>
date Tue, 24 May 2022 09:10:54 -0700
parents f3cca4b3f17a
children 1270fe86eb89
comparison
equal deleted inserted replaced
2157:da7890445962 2158:bdd83b47d78a
1
2 bindings { 1 bindings {
3 keys { 2 keys {
4 up gamepads.1.up 3 up gamepads.1.up
5 down gamepads.1.down 4 down gamepads.1.down
6 left gamepads.1.left 5 left gamepads.1.left
376 vgm_template blastem_%Y%m%d_%H%M%S.vgm 375 vgm_template blastem_%Y%m%d_%H%M%S.vgm
377 #path template for saving SRAM, EEPROM and savestates 376 #path template for saving SRAM, EEPROM and savestates
378 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME 377 #accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
379 save_path $USERDATA/blastem/$ROMNAME 378 save_path $USERDATA/blastem/$ROMNAME
380 #space delimited list of file extensions to filter against in menu 379 #space delimited list of file extensions to filter against in menu
381 extensions bin gen md smd sms gg zip gz 380 extensions bin gen md smd sms gg zip gz cue iso
382 #specifies the preferred save-state format, set to gst for Genecyst compatible states 381 #specifies the preferred save-state format, set to gst for Genecyst compatible states
383 state_format native 382 state_format native
384 } 383 }
385 384
386 system { 385 system {
396 #so it should only be enabled for ROMs you trust 395 #so it should only be enabled for ROMs you trust
397 megawifi off 396 megawifi off
398 #Model of the emulated Gen/MD system, see systems.cfg for a list of options 397 #Model of the emulated Gen/MD system, see systems.cfg for a list of options
399 model md1va3 398 model md1va3
400 } 399 }
401 400 #Don't manually edit `version`, it's used for automatic config migration
402 401 version 1