mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-27 02:00:29 -04:00
Add new GUI option to skip XFBToRam and remove old XFB options
This commit is contained in:
@@ -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_ActiveConfig.bUseXFB && g_renderer)
|
||||
if (m_initialized && g_renderer)
|
||||
{
|
||||
Fifo::SyncGPU(Fifo::SyncGPUReason::Swap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user