change description of genesis pad320 option

This commit is contained in:
zeromus 2016-03-27 14:33:01 -05:00
parent 5876c60571
commit 59658340e7
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
private bool _PadScreen320;
[DisplayName("Pad screen to 320")]
[Description("Set to True to pads the screen out to be 320 when in 256 wide video modes")]
[Description("When using 1:1 aspect ratio, enable to make screen width constant (320) between game modes")]
[DefaultValue(false)]
public bool PadScreen320 { get { return _PadScreen320; } set { _PadScreen320 = value; } }