Remove unneeded ".this"
This commit is contained in:
parent
77972140a6
commit
267f82bd82
125 changed files with 303 additions and 303 deletions
|
@ -70,10 +70,10 @@ namespace Ryujinx.HLE.Loaders.Executables
|
|||
|
||||
NsoFlags flags = (NsoFlags)flagsMsk;
|
||||
|
||||
this.TextOffset = textMemOffset;
|
||||
this.RoOffset = roMemOffset;
|
||||
this.DataOffset = dataMemOffset;
|
||||
this.BssSize = bssSize;
|
||||
TextOffset = textMemOffset;
|
||||
RoOffset = roMemOffset;
|
||||
DataOffset = dataMemOffset;
|
||||
BssSize = bssSize;
|
||||
|
||||
//Text segment
|
||||
input.Seek(textOffset, SeekOrigin.Begin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue