diff --git a/gx/gx_video.c b/gx/gx_video.c index 9f7ace4..9315e86 100644 --- a/gx/gx_video.c +++ b/gx/gx_video.c @@ -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(); }