mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06: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