GPU: Add missing blitter ticks reset to SoftReset()

This commit is contained in:
Connor McLaughlin 2020-03-29 01:13:40 +10:00
parent 10197506c5
commit e6d5a9d3e4
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ void GPU::SoftReset()
m_crtc_state.regs.horizontal_display_range = 0xC60260;
m_crtc_state.regs.vertical_display_range = 0x3FC10;
m_state = State::Idle;
m_blitter_ticks = 0;
m_command_total_words = 0;
m_vram_transfer = {};
m_GP0_buffer.clear();