Further refinement of DrawOverscan

This commit is contained in:
twinaphex 2014-06-22 19:50:35 +02:00
parent ea21e0f53b
commit a1ea920cf8

View File

@ -754,8 +754,7 @@ void DrawOverscan(const vdc_t *vdc, uint16_t *target, const MDFN_Rect *lw, const
if(!full)
{
// Fill in viewport to the left of HDW with overscan color.
for(x = lw->x; x < vpl; x++)
for(; x < vpl; x++)
target[x] = os_color;
x = vpr;