mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Cleanup headers
This commit is contained in:
@ -97,7 +97,7 @@ void VideoBackendBase::Video_ExitLoop()
|
||||
void VideoBackendBase::Video_OutputXFB(u32 xfb_addr, u32 fb_width, u32 fb_stride, u32 fb_height,
|
||||
u64 ticks)
|
||||
{
|
||||
if (m_initialized && g_renderer && !g_ActiveConfig.bImmediateXFB)
|
||||
if (m_initialized && g_presenter && !g_ActiveConfig.bImmediateXFB)
|
||||
{
|
||||
auto& system = Core::System::GetInstance();
|
||||
system.GetFifo().SyncGPU(Fifo::SyncGPUReason::Swap);
|
||||
|
Reference in New Issue
Block a user