From f5d8c0fb1efa060cfd87647152be582dd6dab1c2 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Tue, 31 May 2022 05:13:16 +1000 Subject: [PATCH] Use 3-button Genesis gamepad by default (fixes #2775, #3262) --- .../Consoles/Sega/gpgx64/GPGX.ISettable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISettable.cs b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISettable.cs index f729e9898d..f98e14b184 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISettable.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Sega/gpgx64/GPGX.ISettable.cs @@ -230,7 +230,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx { [DisplayName("Use Six Button Controllers")] [Description("Controls the type of any attached normal controllers; six button controllers are used if true, otherwise three button controllers. Some games don't work correctly with six button controllers. Not relevant if other controller types are connected.")] - [DefaultValue(true)] + [DefaultValue(false)] public bool UseSixButton { get; set; } [DisplayName("Control Type - Left Port")]