diff default.cfg @ 2202:ee6d30c56eeb

Add separate model/IO selection settings for SMS/GG
author Michael Pavone <pavone@retrodev.com>
date Mon, 22 Aug 2022 22:56:05 -0700
parents f11f4399d64b
children 93918a6a8ab7
line wrap: on
line diff
--- a/default.cfg	Mon Aug 22 20:43:19 2022 -0700
+++ b/default.cfg	Mon Aug 22 22:56:05 2022 -0700
@@ -407,5 +407,18 @@
 	#Model of the emulated Gen/MD system, see systems.cfg for a list of options
 	model md1va3
 }
+
+sms {
+	system {
+		model md1va3
+	}
+	io {
+		devices {
+			1 gamepad2.1
+			2 gamepad2.2
+		}
+	}
+}
+
 #Don't manually edit `version`, it's used for automatic config migration
-version 1
+version 3