mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
VideoCommon: Create AsyncRequests directly in MMU code to eliminate EFB-related functions in VideoBackendBase.
This commit is contained in:
@ -50,12 +50,6 @@ public:
|
||||
|
||||
void Video_OutputXFB(u32 xfb_addr, u32 fb_width, u32 fb_stride, u32 fb_height, u64 ticks);
|
||||
|
||||
void Video_PokeEFBColor(u32 x, u32 y, u32 data);
|
||||
void Video_PokeEFBDepth(u32 x, u32 y, u32 data);
|
||||
|
||||
u32 Video_PeekEFBColor(u32 x, u32 y);
|
||||
u32 Video_PeekEFBDepth(u32 x, u32 y);
|
||||
|
||||
u32 Video_GetQueryResult(PerfQueryType type);
|
||||
u16 Video_GetBoundingBox(int index);
|
||||
|
||||
|
Reference in New Issue
Block a user