diff --git a/BizHawk.Client.EmuHawk/config/PathConfig.cs b/BizHawk.Client.EmuHawk/config/PathConfig.cs index 42f7a7ae75..3855baa812 100644 --- a/BizHawk.Client.EmuHawk/config/PathConfig.cs +++ b/BizHawk.Client.EmuHawk/config/PathConfig.cs @@ -111,7 +111,8 @@ namespace BizHawk.Client.EmuHawk { Text = systemDisplayName, Name = systemId, - Width = UIHelper.ScaleX(200) // Initial Left/Width of child controls are based on this size. + Width = UIHelper.ScaleX(200), // Initial Left/Width of child controls are based on this size. + AutoScroll = true }; var paths = pathCollection.Where(x => x.System == systemId).OrderBy(x => x.Ordinal).ThenBy(x => x.Type).ToList();