summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-06-08 03:38:28 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2023-06-08 03:44:42 +0200
commit2e1e7254436b032f133372c76d9484aa756d56df (patch)
treece55efc11d5dee53a87532b77ce85d3e0d2b2a76 /src/core/core_timing.h
parent(wall, native)_clock: Add GetGPUTick (diff)
downloadyuzu-2e1e7254436b032f133372c76d9484aa756d56df.tar
yuzu-2e1e7254436b032f133372c76d9484aa756d56df.tar.gz
yuzu-2e1e7254436b032f133372c76d9484aa756d56df.tar.bz2
yuzu-2e1e7254436b032f133372c76d9484aa756d56df.tar.lz
yuzu-2e1e7254436b032f133372c76d9484aa756d56df.tar.xz
yuzu-2e1e7254436b032f133372c76d9484aa756d56df.tar.zst
yuzu-2e1e7254436b032f133372c76d9484aa756d56df.zip
Diffstat (limited to '')
-rw-r--r--src/core/core_timing.h2
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{};
};