mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 18:10:48 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -42,7 +42,7 @@ namespace Ryujinx.HLE.HOS.Ipc
|
||||
|
||||
public IpcHandleDesc(int[] copy, int[] move, long pId) : this(copy, move)
|
||||
{
|
||||
this.PId = pId;
|
||||
PId = pId;
|
||||
|
||||
HasPId = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user