GPU: Simplify 480i mode handling in CRTC

This commit is contained in:
Connor McLaughlin
2019-11-14 00:58:15 +10:00
parent b48accf0bf
commit 7152d54104
5 changed files with 20 additions and 13 deletions

View File

@ -331,6 +331,8 @@ protected:
BitField<u32, bool, 28, 1> ready_to_recieve_dma;
BitField<u32, DMADirection, 29, 2> dma_direction;
BitField<u32, bool, 31, 1> drawing_even_line;
bool In480iMode() const { return vertical_interlace & vertical_resolution; }
} m_GPUSTAT = {};
struct RenderState