Remove unneeded ".this"
This commit is contained in:
parent
77972140a6
commit
267f82bd82
125 changed files with 303 additions and 303 deletions
|
@ -24,8 +24,8 @@ namespace Ryujinx.HLE.HOS.Kernel
|
|||
|
||||
public Image(long baseAddress, ElfSymbol[] symbols)
|
||||
{
|
||||
this.BaseAddress = baseAddress;
|
||||
this.Symbols = symbols;
|
||||
BaseAddress = baseAddress;
|
||||
Symbols = symbols;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@ namespace Ryujinx.HLE.HOS.Kernel
|
|||
|
||||
public HleProcessDebugger(KProcess owner)
|
||||
{
|
||||
this._owner = owner;
|
||||
_owner = owner;
|
||||
|
||||
_images = new List<Image>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue