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