namespace Ryujinx.Core.OsHle.Services.Vi
{
class Display
public string Name { get; private set; }
public Display(string Name)
this.Name = Name;
}