GPU: Fix handling of GP1(09h)

This commit is contained in:
Connor McLaughlin
2019-12-11 16:47:49 +10:00
parent ffe90083d3
commit 8f624afb59
2 changed files with 22 additions and 7 deletions

View File

@ -469,6 +469,7 @@ protected:
s32 y;
} m_drawing_offset = {};
bool m_set_texture_disable_mask = false;
bool m_drawing_area_changed = false;
bool m_drawing_offset_changed = false;
bool m_force_progressive_scan = false;