mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-13 06:15:07 +01:00
[Gamecube/Wii] added EFB automatic clearing on XFB copy (fixes light gun crosshair rendering when border are disabled)
This commit is contained in:
parent
c01c640457
commit
949e60ee32
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user