Quicknes - metadata for controller settings, player 2 not plugged in by default
This commit is contained in:
parent
2f3f3d29fc
commit
f3a2387926
|
@ -537,9 +537,13 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES
|
||||||
public class QuickNESSyncSettings
|
public class QuickNESSyncSettings
|
||||||
{
|
{
|
||||||
[DefaultValue(true)]
|
[DefaultValue(true)]
|
||||||
|
[DisplayName("Left Port Connected")]
|
||||||
|
[Description("Specifies whether or not the Left (Player 1) Controller is connected")]
|
||||||
public bool LeftPortConnected { get; set; }
|
public bool LeftPortConnected { get; set; }
|
||||||
|
|
||||||
[DefaultValue(true)]
|
[DefaultValue(false)]
|
||||||
|
[DisplayName("Right Port Connected")]
|
||||||
|
[Description("Specifies whether or not the Right (Player 2) Controller is connected")]
|
||||||
public bool RightPortConnected { get; set; }
|
public bool RightPortConnected { get; set; }
|
||||||
|
|
||||||
public QuickNESSyncSettings()
|
public QuickNESSyncSettings()
|
||||||
|
|
Loading…
Reference in New Issue