mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
VideoCommon: use a new async event system for efb access
This commit is contained in:
parent
860c889454
commit
bc248f8941
10 changed files with 201 additions and 58 deletions
|
@ -6,5 +6,4 @@
|
|||
extern bool s_BackendInitialized;
|
||||
extern Common::Flag s_swapRequested;
|
||||
|
||||
void VideoFifo_CheckEFBAccess();
|
||||
void VideoFifo_CheckSwapRequestAt(u32 xfbAddr, u32 fbWidth, u32 fbHeight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue