

#include <nitro/gx/gx_bgcnt.h>static inline GXBg23ControlAffine G2_GetBG2ControlAffine( void );static inline GXBg23ControlAffine G2S_GetBG2ControlAffine( void );
None.
The settings for BG2.
When BG2 has been set to Affine BG, this gets the settings for BG2 as the GXBg23ControlAffine structure. See the G2_SetBG2ControlAffine function for more information on each member.
To use this function, BG2 must be set to Affine BG.
Use the G2_GetBG2ControlAffine function to get the settings for the main 2D engine and the G2S_GetBG2ControlAffine function to get the settings for the sub 2D engine. The following is the definition for GXBg23ControlAffine:
typedef union
{
u16 raw;
struct
{
u16 priority :2;
u16 charBase :4;
u16 mosaic :1;
u16 _reserve :1;
u16 screenBase :5;
u16 areaOver :1;
u16 screenSize :2;
};
}
GXBg23ControlAffine;
G2_SetBG2ControlAffine
G2S_SetBG2ControlAffine
2004/12/24 Initial version.
CONFIDENTIAL