Some comments

This commit is contained in:
Asnivor 2017-12-07 17:34:02 +00:00
parent 0cd8af5974
commit b6ddf03c96
1 changed files with 7 additions and 0 deletions

View File

@ -103,7 +103,14 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
/// </summary>
public enum BorderType
{
/// <summary>
/// How it was originally back in the day
/// </summary>
Full,
/// <summary>
/// Top and bottom border removed so that the result is *almost* 16:9
/// </summary>
Widescreen,
}