Remove unneeded ".this"
This commit is contained in:
@@ -97,7 +97,7 @@ namespace Ryujinx.HLE.HOS
|
||||
|
||||
public Horizon(Switch device)
|
||||
{
|
||||
this.Device = device;
|
||||
Device = device;
|
||||
|
||||
State = new SystemStateMgr();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user