summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/EfbCopy.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-08-10 22:01:42 -0400
committerLioncash <mathew1800@gmail.com>2014-08-10 22:28:18 -0400
commitbcd10bfda657d6af2d43c22de20b1d924e482b98 (patch)
tree48e21352ca14869947a3cc74996b871e0949a31a /Source/Core/VideoBackends/Software/EfbCopy.cpp
parentf9f46f33d6a12f5e57e0c0a4b6d66ed3c22952e1 (diff)
Software: Fix function casing in SWRenderer
Diffstat (limited to 'Source/Core/VideoBackends/Software/EfbCopy.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/EfbCopy.cpp4
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