CSPspEmu.Hle.Modules.threadman.VirtualTimer.UpdateHandlerTime C# (CSharp) Метод

UpdateHandlerTime() защищенный Метод

protected UpdateHandlerTime ( ) : void
Результат void
        protected void UpdateHandlerTime()
        {
            PspRtc.Update();
            Console.Error.WriteLine("UpdateHandlerTime: {0}", this.HandlerTime - ElapsedAccumulatedTime);
            this.Timer.DateTime = PspRtc.CurrentDateTime + TimeSpanUtils.FromMicroseconds(this.HandlerTime - ElapsedAccumulatedTime);
        }