VideoCommon: Merge EFB pokes

This commit is contained in:
degasus
2015-05-01 18:58:11 +02:00
parent 695a72c24c
commit c7bae5ad11
4 changed files with 47 additions and 1 deletions

View File

@ -11,6 +11,8 @@
#include "Common/CommonTypes.h"
struct EfbPokeData;
class AsyncRequests
{
public:
@ -91,4 +93,6 @@ private:
bool m_wake_me_up_again;
bool m_enable;
bool m_passthrough;
std::vector<EfbPokeData> m_merged_efb_pokes;
};