mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoCommon: implement swap requests in the full async way
This commit is contained in:
parent
bc248f8941
commit
ad7264da7d
6 changed files with 42 additions and 51 deletions
|
@ -4,6 +4,3 @@
|
|||
#include "Common/Flag.h"
|
||||
|
||||
extern bool s_BackendInitialized;
|
||||
extern Common::Flag s_swapRequested;
|
||||
|
||||
void VideoFifo_CheckSwapRequestAt(u32 xfbAddr, u32 fbWidth, u32 fbHeight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue