fixed screen rendering when borders are disabled

This commit is contained in:
EkeEke 2012-10-14 19:17:27 +02:00
parent 3ffad6b6c6
commit 93e16de9ca

View File

@ -1629,7 +1629,7 @@ int gx_video_Update(void)
/* copy EFB to XFB */
GX_DrawDone();
GX_CopyDisp(xfb[whichfb], GX_FALSE);
GX_CopyDisp(xfb[whichfb], GX_TRUE);
GX_Flush();
/* XFB is ready to be displayed */