From 59658340e7beb91337a088d41d17e27509060c08 Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 27 Mar 2016 14:33:01 -0500 Subject: [PATCH] change description of genesis pad320 option --- BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ISettable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ISettable.cs b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ISettable.cs index 7450a6cb53..c44199e244 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ISettable.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/gpgx/GPGX.ISettable.cs @@ -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; } }