VideoCommon: add xfbs presented to video events

This commit is contained in:
iwubcode 2024-04-09 18:57:32 -05:00
parent 69aca2fbfc
commit e5b7b2e9ee
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,9 @@
#pragma once
#include <string_view>
#include <vector>
#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<std::string_view> xfb_copy_hashes;
};
// An event called just as a frame is queued for presentation.