GPU: Add some missing state reset

This commit is contained in:
Connor McLaughlin
2019-10-04 20:33:37 +10:00
parent 4422fb0545
commit 4d22bec8fd
4 changed files with 18 additions and 1 deletions

View File

@ -11,6 +11,8 @@ public:
GPU_HW();
virtual ~GPU_HW();
virtual void Reset() override;
protected:
struct HWVertex
{