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:
@ -115,7 +115,7 @@ namespace Ryujinx.HLE.HOS.Kernel
|
||||
|
||||
ObjSyncResult = 0x7201;
|
||||
|
||||
this._entrypoint = entrypoint;
|
||||
_entrypoint = entrypoint;
|
||||
|
||||
if (type == ThreadType.User)
|
||||
{
|
||||
@ -131,7 +131,7 @@ namespace Ryujinx.HLE.HOS.Kernel
|
||||
|
||||
if (owner != null)
|
||||
{
|
||||
this.Owner = owner;
|
||||
Owner = owner;
|
||||
|
||||
owner.IncrementThreadCount();
|
||||
|
||||
|
Reference in New Issue
Block a user