Merge pull request #13774 from Tilka/cp_cleanup

VideoCommon: remove unused struct fields
This commit is contained in:
Jordan Woyak 2025-06-24 14:41:25 -05:00 committed by GitHub
commit fbced5d0f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,12 +200,6 @@ private:
u16 m_perf_select = 0;
u16 m_unk_0a_reg = 0;
u16 m_bbox_left = 0;
u16 m_bbox_top = 0;
u16 m_bbox_right = 0;
u16 m_bbox_bottom = 0;
u16 m_token_reg = 0;
Common::Flag m_interrupt_set;
Common::Flag m_interrupt_waiting;