mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Merge pull request #2357 from degasus/ogl_efb_poke_merge
ogl: efb poke merge
This commit is contained in:
commit
dad5d8e13d
8 changed files with 161 additions and 18 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue