From 378259a40a938cad6a53b7d2910bb1d2d0fdb58a Mon Sep 17 00:00:00 2001 From: Thog Date: Fri, 15 May 2020 03:30:08 +0200 Subject: Surface Flinger: Implement GetBufferHistory (#1232) * Surface Flinger: Implement GetBufferHistory Also fix some bugs on the Surface Flinger implementation * Address Ac_K's comment --- ARMeilleure/State/ExecutionContext.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ARMeilleure/State/ExecutionContext.cs') diff --git a/ARMeilleure/State/ExecutionContext.cs b/ARMeilleure/State/ExecutionContext.cs index 866eafbc..8593f41e 100644 --- a/ARMeilleure/State/ExecutionContext.cs +++ b/ARMeilleure/State/ExecutionContext.cs @@ -32,6 +32,8 @@ namespace ARMeilleure.State } } + public static TimeSpan ElapsedTime => _tickCounter.Elapsed; + public long TpidrEl0 { get; set; } public long Tpidr { get; set; } -- cgit v1.2.3