forked from dolphin-emu/dolphin
10 lines
219 B
C
10 lines
219 B
C
#pragma once
|
|
|
|
#include "Common/CommonTypes.h"
|
|
#include "Common/Flag.h"
|
|
|
|
extern bool s_BackendInitialized;
|
|
extern Common::Flag s_swapRequested;
|
|
|
|
void VideoFifo_CheckSwapRequestAt(u32 xfbAddr, u32 fbWidth, u32 fbHeight);
|