summaryrefslogtreecommitdiffstats
path: root/src/common/x64/native_clock.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2022-06-28 01:47:00 +0200
committerFernando Sahmkow <fsahmkow27@gmail.com>2022-06-28 01:47:00 +0200
commitf5c1d7b8c8895b5d6b99685313be9061c8ed8a82 (patch)
tree2931943d44a6ddf91ea61c8513e08c674d6dc10c /src/common/x64/native_clock.h
parentAddress feedback. (diff)
downloadyuzu-f5c1d7b8c8895b5d6b99685313be9061c8ed8a82.tar
yuzu-f5c1d7b8c8895b5d6b99685313be9061c8ed8a82.tar.gz
yuzu-f5c1d7b8c8895b5d6b99685313be9061c8ed8a82.tar.bz2
yuzu-f5c1d7b8c8895b5d6b99685313be9061c8ed8a82.tar.lz
yuzu-f5c1d7b8c8895b5d6b99685313be9061c8ed8a82.tar.xz
yuzu-f5c1d7b8c8895b5d6b99685313be9061c8ed8a82.tar.zst
yuzu-f5c1d7b8c8895b5d6b99685313be9061c8ed8a82.zip
Diffstat (limited to '')
-rw-r--r--src/common/x64/native_clock.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/x64/native_clock.h b/src/common/x64/native_clock.h
index e57446cb9..046cea095 100644
--- a/src/common/x64/native_clock.h
+++ b/src/common/x64/native_clock.h
@@ -34,11 +34,6 @@ private:
u64 accumulated_ticks{};
};
- /// value used to reduce the native clocks accuracy as some apss rely on
- /// undefined behavior where the level of accuracy in the clock shouldn't
- /// be higher.
- static constexpr u64 inaccuracy_mask = ~(UINT64_C(0x400) - 1);
-
std::atomic<TimePoint> time_point;
// factors
u64 clock_rtsc_factor{};