mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
Add 'immediate xfb' which reduces xfb latency at the cost of graphical errors
This commit is contained in:
parent
a71bc9ebbf
commit
7f0834c919
20 changed files with 55 additions and 6 deletions
|
@ -49,7 +49,7 @@ void VideoBackendBase::Video_ExitLoop()
|
|||
void VideoBackendBase::Video_BeginField(u32 xfbAddr, u32 fbWidth, u32 fbStride, u32 fbHeight,
|
||||
u64 ticks)
|
||||
{
|
||||
if (m_initialized && g_renderer)
|
||||
if (m_initialized && g_renderer && !g_ActiveConfig.bImmediateXFB)
|
||||
{
|
||||
Fifo::SyncGPU(Fifo::SyncGPUReason::Swap);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue