Fixes Issue 1997

This also makes the CP FIFO hack obsolete.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4821 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
ayuanx
2010-01-13 09:03:55 +00:00
parent 1e2f7c89c3
commit ecdcffc7cf
3 changed files with 7 additions and 10 deletions

View File

@ -169,9 +169,7 @@ void Fifo_EnterLoop(const SVideoInitialize &video_initialize)
)
{
Common::AtomicStore(_fifo.bFF_Breakpoint, 1);
// Replaced by instant BP hack
// TODO: figure out why the correct trigger method doesn't work for MP2
//CommandProcessor::UpdateInterruptsFromVideoPlugin(true);
CommandProcessor::UpdateInterruptsFromVideoPlugin(true);
break;
}
distToSend = 32;