mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 14:10:48 -07:00
Remove unneeded ".this"
This commit is contained in:
@ -45,10 +45,10 @@ namespace Ryujinx.HLE.Loaders.Executables
|
||||
int compressedSize,
|
||||
int attribute)
|
||||
{
|
||||
this.Offset = offset;
|
||||
this.DecompressedSize = decompressedSize;
|
||||
this.CompressedSize = compressedSize;
|
||||
this.Attribute = attribute;
|
||||
Offset = offset;
|
||||
DecompressedSize = decompressedSize;
|
||||
CompressedSize = compressedSize;
|
||||
Attribute = attribute;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user