rsx/common: Track transform constant update.

This commit is contained in:
Vincent Lejeune 2016-02-21 18:56:56 +01:00
parent 9404cd5cd8
commit 79dc835378
3 changed files with 3 additions and 0 deletions

View file

@ -197,6 +197,7 @@ namespace rsx
size_t subreg = index % 4;
memcpy(rsxthr->transform_constants[load + reg].rgba + subreg, method_registers + NV4097_SET_TRANSFORM_CONSTANT + reg * count + subreg, sizeof(f32));
rsxthr->m_transform_constants_dirty = true;
}
};