GPU: Synchronize before clearing FIFO

This commit is contained in:
Connor McLaughlin 2020-05-14 01:25:10 +10:00
parent c0ea35ccdc
commit 3472e37d21
1 changed files with 1 additions and 0 deletions

View File

@ -793,6 +793,7 @@ void GPU::WriteGP1(u32 value)
case 0x01: // Clear FIFO
{
Log_DebugPrintf("GP1 clear FIFO");
Synchronize();
m_blitter_state = BlitterState::Idle;
m_command_total_words = 0;
m_vram_transfer = {};