From b75e504fba801fbf3ced6ee78ccc2a22b10401fa Mon Sep 17 00:00:00 2001 From: arcum42 Date: Fri, 26 Jun 2009 01:47:55 +0000 Subject: [PATCH] Revert r1433. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1434 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/HwWrite.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcsx2/HwWrite.cpp b/pcsx2/HwWrite.cpp index 4ebf145413..85645df444 100644 --- a/pcsx2/HwWrite.cpp +++ b/pcsx2/HwWrite.cpp @@ -102,7 +102,8 @@ static void DmaExec( void (*func)(), u32 mem, u32 value ) DMA_LOG( "DMAExec32 Attempt to run DMA while one is already active mem = %x", mem ); // Returning here breaks every single Gust game written. :( - //return; + // Not returning here breaks a bunch of other games. I'll let someone else figure it out... + return; } // Upper 16bits of QWC should not be written since QWC is 16bits in size.