comparison 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
comparison
equal deleted inserted replaced
2201:2f8984ff5c85 2202:ee6d30c56eeb
405 #so it should only be enabled for ROMs you trust 405 #so it should only be enabled for ROMs you trust
406 megawifi off 406 megawifi off
407 #Model of the emulated Gen/MD system, see systems.cfg for a list of options 407 #Model of the emulated Gen/MD system, see systems.cfg for a list of options
408 model md1va3 408 model md1va3
409 } 409 }
410
411 sms {
412 system {
413 model md1va3
414 }
415 io {
416 devices {
417 1 gamepad2.1
418 2 gamepad2.2
419 }
420 }
421 }
422
410 #Don't manually edit `version`, it's used for automatic config migration 423 #Don't manually edit `version`, it's used for automatic config migration
411 version 1 424 version 3