From bcd10bfda657d6af2d43c22de20b1d924e482b98 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 10 Aug 2014 22:01:42 -0400 Subject: Software: Fix function casing in SWRenderer --- Source/Core/VideoBackends/Software/EfbCopy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoBackends/Software/EfbCopy.cpp') 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 -- cgit v1.2.3