diff options
| author | 2023-06-07 21:38:28 -0400 | |
|---|---|---|
| committer | 2023-06-07 21:44:42 -0400 | |
| commit | 2e1e7254436b032f133372c76d9484aa756d56df (patch) | |
| tree | ce55efc11d5dee53a87532b77ce85d3e0d2b2a76 /src/core/core_timing.h | |
| parent | (wall, native)_clock: Add GetGPUTick (diff) | |
| download | yuzu-2e1e7254436b032f133372c76d9484aa756d56df.tar.gz yuzu-2e1e7254436b032f133372c76d9484aa756d56df.tar.xz yuzu-2e1e7254436b032f133372c76d9484aa756d56df.zip | |
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: | |||
| 167 | s64 pause_end_time{}; | 167 | s64 pause_end_time{}; |
| 168 | 168 | ||
| 169 | /// Cycle timing | 169 | /// Cycle timing |
| 170 | u64 ticks{}; | 170 | u64 cpu_ticks{}; |
| 171 | s64 downcount{}; | 171 | s64 downcount{}; |
| 172 | }; | 172 | }; |
| 173 | 173 | ||