diff 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
line wrap: on
line diff
--- a/default.cfg	Thu Apr 28 18:44:50 2022 -0700
+++ b/default.cfg	Tue May 24 09:10:54 2022 -0700
@@ -1,4 +1,3 @@
-
 bindings {
 	keys {
 		up gamepads.1.up
@@ -378,7 +377,7 @@
 	#accepts special variables $HOME, $EXEDIR, $USERDATA, $ROMNAME
 	save_path $USERDATA/blastem/$ROMNAME
 	#space delimited list of file extensions to filter against in menu
-	extensions bin gen md smd sms gg zip gz
+	extensions bin gen md smd sms gg zip gz cue iso
 	#specifies the preferred save-state format, set to gst for Genecyst compatible states
 	state_format native
 }
@@ -398,5 +397,5 @@
 	#Model of the emulated Gen/MD system, see systems.cfg for a list of options
 	model md1va3
 }
-
-
+#Don't manually edit `version`, it's used for automatic config migration
+version 1