diff --git a/Core/AVIDump.cpp b/Core/AVIDump.cpp index 37c6cd620a..c4dd316c01 100644 --- a/Core/AVIDump.cpp +++ b/Core/AVIDump.cpp @@ -169,7 +169,7 @@ static void PreparePacket(AVPacket* pkt) { void AVIDump::AddFrame() { - gpuDebug->GetCurrentFramebuffer(buf, GPU_DBG_FRAMEBUF_DISPLAY); + gpuDebug->GetOutputFramebuffer(buf); u32 w = buf.GetStride(); u32 h = buf.GetHeight(); CheckResolution(w, h);