diff options
| author | bunnei <bunneidev@gmail.com> | 2015-01-07 15:30:46 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2015-01-07 15:30:46 -0500 |
| commit | 3eca33c6a430a004a9ffe2fc5265143fdf6503f3 (patch) | |
| tree | ed1972f2121bfdb011e0a566015272aa5dbd5473 /src/core/arm/arm_interface.h | |
| parent | 43ba29f3bf2150ecd136b604729a20970979041b (diff) | |
| parent | 9bf82beb4cbb0b75448a071179c3497187963248 (diff) | |
Merge pull request #425 from Subv/coretiming
Ported the CoreTiming namespace from PPSSPP
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 3b7209418..d3bd4a9a3 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -103,6 +103,8 @@ public: return num_instructions; } + s64 down_count; ///< A decreasing counter of remaining cycles before the next event, decreased by the cpu run loop + protected: /** |
