mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-17 15:51:40 +00:00
Cleanup headers
This commit is contained in:
parent
ec8f46b02c
commit
abfc75f362
12 changed files with 7 additions and 52 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue