VideoCommon: bbox by async events

This commit is contained in:
degasus
2015-01-31 12:43:58 +01:00
parent ad7264da7d
commit edbd402101
3 changed files with 18 additions and 29 deletions

View File

@ -23,6 +23,7 @@ public:
EFB_PEEK_COLOR,
EFB_PEEK_Z,
SWAP_EVENT,
BBOX_READ,
} type;
u64 time;
@ -49,6 +50,12 @@ public:
u32 fbStride;
u32 fbHeight;
} swap_event;
struct
{
int index;
u16* data;
} bbox;
};
};