VideoCommon: Don't merge EFBPoke AsyncRequests.

This commit is contained in:
Jordan Woyak
2025-03-06 17:21:13 -06:00
parent 5ed8b7bc9d
commit fe2d247acb
6 changed files with 16 additions and 67 deletions

View File

@ -6,7 +6,6 @@
#include <condition_variable>
#include <mutex>
#include <queue>
#include <vector>
#include "Common/CommonTypes.h"
#include "Common/Flag.h"
@ -106,6 +105,4 @@ private:
bool m_wake_me_up_again = false;
bool m_enable = false;
bool m_passthrough = true;
std::vector<EfbPokeData> m_merged_efb_pokes;
};