mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 02:42:25 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Ryujinx.HLE.HOS.Services.Time
|
||||
{ 3, SetSystemClockContext }
|
||||
};
|
||||
|
||||
this._clockType = clockType;
|
||||
_clockType = clockType;
|
||||
_systemClockContextEpoch = System.Diagnostics.Process.GetCurrentProcess().StartTime;
|
||||
_systemClockContextEnding = new byte[0x10];
|
||||
_timeOffset = 0;
|
||||
|
Reference in New Issue
Block a user