diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2025-10-27 18:14:57 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2025-11-11 20:01:52 -0600 |
| commit | cc331feb020d71f109d41b7f841bd69caa96bbb3 (patch) | |
| tree | d3e40a1a211a5d2e477bfe0d15d91e2f8302a0e8 /Source/Core/VideoCommon/VideoEvents.h | |
| parent | d4f68cb1647ca87e5364431f09ab38b3178ed3cd (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.h | 1 |
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: |
