mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 14:32:25 -07:00
This reverts commit 85dbb9559a
.
This commit is contained in:
@@ -2,11 +2,11 @@ namespace Ryujinx.HLE.HOS.Services.Vi
|
||||
{
|
||||
class Display
|
||||
{
|
||||
public string Name { get; }
|
||||
public string Name { get; private set; }
|
||||
|
||||
public Display(string name)
|
||||
public Display(string Name)
|
||||
{
|
||||
Name = name;
|
||||
this.Name = Name;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user