GPU: Reset hw transform once per frame.

Might prevent potential crashes if it changes mid-frame.
This commit is contained in:
Unknown W. Brackets 2020-04-04 11:21:22 -07:00
parent 30ede8240c
commit 46b9454e73
2 changed files with 6 additions and 1 deletions

View file

@ -131,6 +131,8 @@ protected:
return 1;
}
bool useHWTransform_ = false;
// Vertex collector buffers
u8 *decoded = nullptr;
u16 *decIndex = nullptr;