GPU: Timing for CPU->VRAM transfers

Fixes Monkey Hero, probably others.
This commit is contained in:
Connor McLaughlin
2020-03-01 17:06:38 +10:00
parent 6b9c6d3750
commit b0b1fd8f1a
5 changed files with 56 additions and 26 deletions

View File

@ -45,7 +45,7 @@ void GPU::ExecuteCommands()
else if (command_ptr > m_GP0_buffer.data())
m_GP0_buffer.erase(m_GP0_buffer.begin(), m_GP0_buffer.begin() + (command_ptr - m_GP0_buffer.data()));
UpdateGPUSTAT();
UpdateDMARequest();
}
void GPU::EndCommand()