VideoCommon: Create AsyncRequests directly in MMU code to eliminate EFB-related functions in VideoBackendBase.

This commit is contained in:
Jordan Woyak
2025-03-14 00:40:34 -05:00
parent 63b848ca93
commit 6c158ed590
3 changed files with 19 additions and 44 deletions

View File

@ -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);