mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 15:10:47 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -16,7 +16,7 @@ namespace Ryujinx.HLE.FileSystem
|
||||
|
||||
public PFsProvider(Pfs pfs)
|
||||
{
|
||||
this._pfs = pfs;
|
||||
_pfs = pfs;
|
||||
}
|
||||
|
||||
public long CreateDirectory(string name)
|
||||
|
Reference in New Issue
Block a user