Some comments
This commit is contained in:
parent
0cd8af5974
commit
b6ddf03c96
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue