From e5b7b2e9eebb21ed19924c821ddde97576a65480 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Tue, 9 Apr 2024 18:57:32 -0500 Subject: [PATCH] VideoCommon: add xfbs presented to video events --- Source/Core/VideoCommon/VideoEvents.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/Core/VideoCommon/VideoEvents.h b/Source/Core/VideoCommon/VideoEvents.h index 1d8b329265..9c763dce34 100644 --- a/Source/Core/VideoCommon/VideoEvents.h +++ b/Source/Core/VideoCommon/VideoEvents.h @@ -3,6 +3,9 @@ #pragma once +#include +#include + #include "Common/CommonTypes.h" #include "Common/HookableEvent.h" @@ -71,6 +74,8 @@ struct PresentInfo // Accuracy of actual_present_time PresentTimeAccuracy present_time_accuracy = PresentTimeAccuracy::Unimplemented; + + std::vector xfb_copy_hashes; }; // An event called just as a frame is queued for presentation.