Pica: Correct switched S/T texture wrapping registers

This was found and hwtested by Lectem
merge-requests/60/head
Yuri Kunde Schlesner 2015-07-19 19:26:50 +07:00
parent 74b8c5947b
commit ae985bf500
1 changed files with 2 additions and 2 deletions

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