Pica: Fix a bug in the register definitions, relating to texture wrapping.

This commit is contained in:
Tony Wasserka 2015-01-01 19:59:11 +01:00
parent aaf30ca4ee
commit 8bd7a896ea
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ struct Regs {
union {
BitField< 8, 2, WrapMode> wrap_s;
BitField<11, 2, WrapMode> wrap_t;
BitField<12, 2, WrapMode> wrap_t;
};
INSERT_PADDING_WORDS(0x1);