RetroArch
Macros
EFB copy mode

Controls whether all lines, only even lines, or only odd lines are copied from the EFB. More...

Macros

#define GX_COPY_PROGRESSIVE   0
 
#define GX_COPY_INTLC_EVEN   2
 
#define GX_COPY_INTLC_ODD   3
 

Detailed Description

Controls whether all lines, only even lines, or only odd lines are copied from the EFB.

Macro Definition Documentation

◆ GX_COPY_INTLC_EVEN

#define GX_COPY_INTLC_EVEN   2

◆ GX_COPY_INTLC_ODD

#define GX_COPY_INTLC_ODD   3

◆ GX_COPY_PROGRESSIVE

#define GX_COPY_PROGRESSIVE   0