VideoCommon: implement swap requests in the full async way

This commit is contained in:
degasus
2015-01-31 12:01:01 +01:00
parent bc248f8941
commit ad7264da7d
6 changed files with 42 additions and 51 deletions

View File

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