summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2021-08-07 12:41:59 +0200
committerGitHub <noreply@github.com>2021-08-07 12:41:59 +0200
commitc79757618da6a5a73a8395417e133f0121a544eb (patch)
treef0735465bd96a0dd44f6b8869c00b374b845a85a /Source/Core/VideoCommon/VideoBackendBase.cpp
parentf2a77069b72fc16a3b3f09550cad2668f8f8faf6 (diff)
parentdbfe2bde3d5f2f0e61a3d36e2d6357a7ce4ab52a (diff)
Merge pull request #9993 from Techjar/late-vi-output
VI: Implement post-scanout XFB output
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoBackendBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VideoBackendBase.cpp b/Source/Core/VideoCommon/VideoBackendBase.cpp
index cadbd08024..66c638cd02 100644
--- a/Source/Core/VideoCommon/VideoBackendBase.cpp
+++ b/Source/Core/VideoCommon/VideoBackendBase.cpp
@@ -83,8 +83,8 @@ void VideoBackendBase::Video_ExitLoop()
}
// Run from the CPU thread (from VideoInterface.cpp)
-void VideoBackendBase::Video_BeginField(u32 xfb_addr, u32 fb_width, u32 fb_stride, u32 fb_height,
- u64 ticks)
+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)
{