diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-07 21:38:28 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-07 21:44:42 -0400 |
| commit | 2e1e7254436b032f133372c76d9484aa756d56df (patch) | |
| tree | ce55efc11d5dee53a87532b77ce85d3e0d2b2a76 /src/core/core_timing.h | |
| parent | 907507886d755fa56099713c4b8f05bb640a8b7d (diff) | |
core_timing: Fix SingleCore cycle timer
Diffstat (limited to 'src/core/core_timing.h')
| -rw-r--r-- | src/core/core_timing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index 1873852c4..10db1de55 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h @@ -167,7 +167,7 @@ private: s64 pause_end_time{}; /// Cycle timing - u64 ticks{}; + u64 cpu_ticks{}; s64 downcount{}; }; |
