summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoEvents.h
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-10-27 18:14:57 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2025-11-11 20:01:52 -0600
commitcc331feb020d71f109d41b7f841bd69caa96bbb3 (patch)
treed3e40a1a211a5d2e477bfe0d15d91e2f8302a0e8 /Source/Core/VideoCommon/VideoEvents.h
parentd4f68cb1647ca87e5364431f09ab38b3178ed3cd (diff)
VideoCommon: Make Presenter aware of the next swap time to eliminate unsafe usage of GetTicks() with ImmediateXFB + DualCore.
Diffstat (limited to 'Source/Core/VideoCommon/VideoEvents.h')
-rw-r--r--Source/Core/VideoCommon/VideoEvents.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoEvents.h b/Source/Core/VideoCommon/VideoEvents.h
index ccee5bc3bd..b7ecf0fca5 100644
--- a/Source/Core/VideoCommon/VideoEvents.h
+++ b/Source/Core/VideoCommon/VideoEvents.h
@@ -34,7 +34,6 @@ struct PresentInfo
PresentReason reason = PresentReason::Immediate;
// The exact emulated time of the when real hardware would have presented this frame
- // FIXME: Immediate should predict the timestamp of this present
u64 emulated_timestamp = 0;
// TODO: