GPU: Timing for CPU->VRAM transfers
Fixes Monkey Hero, probably others.
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user