2014-02-10 13:54:46 -05:00
|
|
|
#pragma once
|
2010-11-18 02:21:26 +00:00
|
|
|
|
2014-02-17 05:18:15 -05:00
|
|
|
#include "Common/CommonTypes.h"
|
2014-08-24 19:13:46 -04:00
|
|
|
#include "Common/Flag.h"
|
2010-11-18 02:21:26 +00:00
|
|
|
|
2011-02-14 02:18:03 +00:00
|
|
|
extern bool s_BackendInitialized;
|
2014-08-24 19:13:46 -04:00
|
|
|
extern Common::Flag s_swapRequested;
|
2010-11-18 02:21:26 +00:00
|
|
|
|
|
|
|
void VideoFifo_CheckEFBAccess();
|
|
|
|
void VideoFifo_CheckSwapRequestAt(u32 xfbAddr, u32 fbWidth, u32 fbHeight);
|