diff options
| author | Thog <me@thog.eu> | 2020-05-15 03:30:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 03:30:08 +0200 |
| commit | 378259a40a938cad6a53b7d2910bb1d2d0fdb58a (patch) | |
| tree | 7da3a498614418d2548c2df6e2b3b70332024753 /ARMeilleure/State | |
| parent | b2e58559283e184bc85bbb473511a7c8349c0fe5 (diff) | |
Surface Flinger: Implement GetBufferHistory (#1232)
* Surface Flinger: Implement GetBufferHistory
Also fix some bugs on the Surface Flinger implementation
* Address Ac_K's comment
Diffstat (limited to 'ARMeilleure/State')
| -rw-r--r-- | ARMeilleure/State/ExecutionContext.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |
