mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
VideoCommon: bbox by async events
This commit is contained in:
parent
ad7264da7d
commit
edbd402101
3 changed files with 18 additions and 29 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue