mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-25 14:00:48 -05:00
Software: Fix function casing in SWRenderer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user