Software: Fix function casing in SWRenderer

This commit is contained in:
Lioncash
2014-08-10 22:01:42 -04:00
parent f9f46f33d6
commit bcd10bfda6
4 changed files with 12 additions and 12 deletions

View File

@ -159,7 +159,7 @@ static void DumpEfb(const std::string& filename)
static void DumpColorTexture(const std::string& filename, u32 width, u32 height)
{
TextureToPng(SWRenderer::getCurrentColorTexture(), width * 4, filename, width, height, true);
TextureToPng(SWRenderer::GetCurrentColorTexture(), width * 4, filename, width, height, true);
}
void DrawObjectBuffer(s16 x, s16 y, u8 *color, int bufferBase, int subBuffer, const char *name)