2014-02-10 18:54:46 +00:00
|
|
|
#pragma once
|
2010-11-18 02:21:26 +00:00
|
|
|
|
2014-02-17 10:18:15 +00:00
|
|
|
#include "Common/CommonTypes.h"
|
2014-08-24 23:13:46 +00: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 23:13:46 +00: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);
|