mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 02:42:25 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -13,9 +13,9 @@ namespace Ryujinx.HLE.HOS.Services.FspSrv
|
||||
|
||||
public DirectoryEntry(string path, DirectoryEntryType directoryEntryType, long size = 0)
|
||||
{
|
||||
this.Path = path;
|
||||
Path = path;
|
||||
EntryType = directoryEntryType;
|
||||
this.Size = size;
|
||||
Size = size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user