mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 10:40:46 -07:00
Naming conventions
This commit is contained in:
@ -4,9 +4,9 @@ namespace Ryujinx.HLE.HOS.Services.Vi
|
||||
{
|
||||
public string Name { get; private set; }
|
||||
|
||||
public Display(string Name)
|
||||
public Display(string name)
|
||||
{
|
||||
this.Name = Name;
|
||||
this.Name = name;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user