Fix TE lerp/mult bit field def (nw)

This commit is contained in:
Philip Bennett 2018-12-24 05:21:21 -08:00
parent 9ad5c5c974
commit 726fa9b6df

View File

@ -236,8 +236,8 @@ static const uint32_t xy_one = 1;
#define TXTTABCNTL_AO_SEL_BLEND 2
#define TXTTABCNTL_AO_SEL_RESERVED 3
#define TXTTABCNTL_BLENDOP_MASK 0x00010000
#define TXTTABCNTL_BLENDOP_SHIFT 16
#define TXTTABCNTL_BLENDOP_MASK 0x00020000
#define TXTTABCNTL_BLENDOP_SHIFT 17
#define TXTTABCNTL_BLENDOP_LERP 0
#define TXTTABCNTL_BLENDOP_MULT 1