mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: bbox by async events
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user