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:
@ -26,14 +26,14 @@ namespace Ryujinx.HLE.HOS
|
||||
BinaryReader requestData,
|
||||
BinaryWriter responseData)
|
||||
{
|
||||
this.Device = device;
|
||||
this.Process = process;
|
||||
this.Memory = memory;
|
||||
this.Session = session;
|
||||
this.Request = request;
|
||||
this.Response = response;
|
||||
this.RequestData = requestData;
|
||||
this.ResponseData = responseData;
|
||||
Device = device;
|
||||
Process = process;
|
||||
Memory = memory;
|
||||
Session = session;
|
||||
Request = request;
|
||||
Response = response;
|
||||
RequestData = requestData;
|
||||
ResponseData = responseData;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user