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