#include <iris/gx_bgcnt.h>void G2_BG3ControlPriority(G2_BG3CNT_PRIORITY priority);
| priority | BG3の表示優先順位 |
なし。
BG3の表示優先順位を設定します。
typedef enum
{
G2_BG3CNT_PRIORITY_0 = 0,
G2_BG3CNT_PRIORITY_1 = 1,
G2_BG3CNT_PRIORITY_2 = 2,
G2_BG3CNT_PRIORITY_3 = 3
}
G2_BG3CNT_PRIORITY;
2003/12/01 初版