[Gamecube/Wii] added EFB automatic clearing on XFB copy (fixes light gun crosshair rendering when border are disabled)

This commit is contained in:
EkeEke 2016-06-14 23:40:39 +02:00
parent c01c640457
commit 949e60ee32

View File

@ -400,7 +400,7 @@ static void gx_callback(void)
VIDEO_Flush();
/* copy EFB to XFB */
GX_CopyDisp(xfb[fbCurrent], GX_FALSE);
GX_CopyDisp(xfb[fbCurrent], GX_TRUE);
GX_Flush();
}