#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 the GXCopyDisp function. 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 applied only for copy process for display. The GXCopyTex function always uses the GX_COPY_PROGRESSIVE mode.
The GXInit function sets mode to GX_COPY_PROGRESSIVE.
2006/03/01 Initial version.
CONFIDENTIAL