- Fix compiling for non-SSE2 builds.
This commit is contained in:
rogerman 2016-02-12 06:13:34 +00:00
parent a6ad4e04a8
commit 25f33c54ba
1 changed files with 1 additions and 1 deletions

View File

@ -2372,7 +2372,7 @@ void GPUEngineBase::_RenderPixelsCustom(u16 *__restrict dstColorLine, u8 *__rest
}
}
#else
for (x = 0; x < GPU_FRAMEBUFFER_NATIVE_WIDTH; x++)
for (size_t x = 0, dstIdx = 0; x < GPU_FRAMEBUFFER_NATIVE_WIDTH; x++)
{
if (MOSAIC)
{