mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-25 21:39:52 -06:00
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);
|