mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 15:30:48 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -19,8 +19,8 @@ namespace Ryujinx.HLE.HOS.Kernel
|
||||
ServerPort.Initialize(this);
|
||||
ClientPort.Initialize(this, maxSessions);
|
||||
|
||||
this._isLight = isLight;
|
||||
this._nameAddress = nameAddress;
|
||||
_isLight = isLight;
|
||||
_nameAddress = nameAddress;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user