[Gamecube/Wii] fixed graphical glitch in bottom border area when borders are disabled

This commit is contained in:
EkeEke 2014-04-10 21:03:56 +02:00
parent ee08f95144
commit 6941c9d6ae
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

View File

@ -1650,6 +1650,7 @@ void gx_video_Start(void)
}
/* GX emulation rendering */
gxClearScreen((GXColor)BLACK);
gxResetRendering(0);
/* resynchronize emulation with VSYNC */