mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 18:32:02 +00:00
Software: Fix function casing in SWRenderer
This commit is contained in:
parent
f9f46f33d6
commit
bcd10bfda6
4 changed files with 12 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue