mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Merge pull request #2357 from degasus/ogl_efb_poke_merge
ogl: efb poke merge
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user