GPU: Reset hw transform once per frame.
Might prevent potential crashes if it changes mid-frame.
This commit is contained in:
parent
30ede8240c
commit
46b9454e73
2 changed files with 6 additions and 1 deletions
|
@ -131,6 +131,8 @@ protected:
|
|||
return 1;
|
||||
}
|
||||
|
||||
bool useHWTransform_ = false;
|
||||
|
||||
// Vertex collector buffers
|
||||
u8 *decoded = nullptr;
|
||||
u16 *decIndex = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue