mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
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:
parent
1e2f7c89c3
commit
ecdcffc7cf
3 changed files with 7 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue