#include <revolution/gx.h>
void GXSetDispCopyFrame2Field( GXCopyMode mode );
mode |
Enables copying a field or frame from the Embedded Frame Buffer (EFB). Accepted values are:
|
None.
This function determines whether all lines, only even lines, or only odd lines are read from the Embedded Frame Buffer (EFB) when using GXCopyDisp. The opposite function, which determines whether all lines, only even lines or only odd lines are written to the EFB is GXSetFieldMask.
This function is only applied to copy process for display. The GXCopyTex function always uses the GX_COPY_PROGRESSIVE mode.
GXInit sets mode to GX_COPY_PROGRESSIVE.
03/01/2006 Initial version.