mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Further refinement of DrawOverscan
This commit is contained in:
parent
ea21e0f53b
commit
a1ea920cf8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user