Use 3-button Genesis gamepad by default (fixes #2775, #3262)

This commit is contained in:
YoshiRulz 2022-05-31 05:13:16 +10:00
parent 7f87cc258f
commit f5d8c0fb1e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -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")]