diff options
| author | ayuanx <ayuanx@gmail.com> | 2010-01-13 09:03:55 +0000 |
|---|---|---|
| committer | ayuanx <ayuanx@gmail.com> | 2010-01-13 09:03:55 +0000 |
| commit | ecdcffc7cf8ddb24da12f7359c8e4096c16b1f17 (patch) | |
| tree | 371abe618910158241e2b397eb1cadd316116bc9 /Source/Core/VideoCommon/Src/Fifo.cpp | |
| parent | 1e2f7c89c3b9218490912bf8f080ecea7598a5ee (diff) | |
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
Diffstat (limited to 'Source/Core/VideoCommon/Src/Fifo.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/Fifo.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/Src/Fifo.cpp b/Source/Core/VideoCommon/Src/Fifo.cpp index c01a9d94b3..172d6095fa 100644 --- a/Source/Core/VideoCommon/Src/Fifo.cpp +++ b/Source/Core/VideoCommon/Src/Fifo.cpp @@ -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; |
