mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 15:00:48 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -15,8 +15,8 @@ namespace Ryujinx.HLE.FileSystem
|
||||
|
||||
public FileSystemProvider(string basePath, string rootPath)
|
||||
{
|
||||
this._basePath = basePath;
|
||||
this._rootPath = rootPath;
|
||||
_basePath = basePath;
|
||||
_rootPath = rootPath;
|
||||
|
||||
CheckIfDescendentOfRootPath(basePath);
|
||||
}
|
||||
|
Reference in New Issue
Block a user