quicknes - default to true for Clip Top and Bottom

This commit is contained in:
adelikat 2015-01-05 20:00:51 +00:00
parent c03fc0be81
commit efc8d26ac7
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES
[DisplayName("Clip Left and Right")]
public bool ClipLeftAndRight { get; set; }
[DefaultValue(false)]
[DefaultValue(true)]
[Description("Clip the top and bottom 8 pixels of the display, which sometimes contain nametable garbage.")]
[DisplayName("Clip Top and Bottom")]
public bool ClipTopAndBottom { get; set; }