Move default_attributes into Pica state

This commit is contained in:
Jannik Vogel 2016-05-12 10:06:35 +02:00
parent c08071fe90
commit 101eb11369
5 changed files with 5 additions and 5 deletions

View file

@ -128,7 +128,7 @@ static void WritePicaReg(u32 id, u32 value, u32 mask) {
// TODO: Verify that this actually modifies the register!
if (setup.index < 15) {
g_state.vs.default_attributes[setup.index] = attribute;
g_state.vs_default_attributes[setup.index] = attribute;
setup.index++;
} else {
// Put each attribute into an immediate input buffer.