mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-01-14 19:55:48 -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