diff options
Diffstat (limited to 'Source/Core/VideoBackends/Software/EfbCopy.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/EfbCopy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Software/EfbCopy.cpp b/Source/Core/VideoBackends/Software/EfbCopy.cpp index 5c4e1e24c3..6a5e3a7abe 100644 --- a/Source/Core/VideoBackends/Software/EfbCopy.cpp +++ b/Source/Core/VideoBackends/Software/EfbCopy.cpp @@ -45,12 +45,12 @@ namespace EfbCopy else { // Ask SWRenderer for the next color texture - u8 *colorTexture = SWRenderer::getNextColorTexture(); + u8 *colorTexture = SWRenderer::GetNextColorTexture(); EfbInterface::BypassXFB(colorTexture, fbWidth, fbHeight, sourceRc, Gamma); // Tell SWRenderer we are now finished with it. - SWRenderer::swapColorTexture(); + SWRenderer::SwapColorTexture(); // FifoPlayer is broken and never calls BeginFrame/EndFrame. // Hence, we manually force a swap now. This emulates the behavior |
