G2S_BG2Mosaic

C Specification

#include <nitro/gx/gx_bgcnt.h>
void G2S_BG2Mosaic(BOOL enable);

Arguments

enable Mosaic setting

Return Values

None.

Description

This function sets whether to apply mosaic to the sub 2D Engine's BG2 (for 2D display). When set to FALSE, mosaic is disabled. When set to anything else, mosaic is enabled.

See Also

G2S_SetBG2ControlText, ... , G2S_SetBG2Priority, G2S_GetBG2ScrPtr, G2S_GetBG2CharPtr, G2S_SetBG2Offset

Revision History

02/09/2004 Initial version