Seems all "Events" are enabled by default, which broke after my recent fix. Thanks for that Capcom

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1383 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2009-06-18 00:47:23 +00:00
parent 5278275dd4
commit 378489fa1e
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ void gsCSRwrite(u32 value)
GSreset();
}
CSRw = 0x1f;
GSCSRr = 0x551B4000; // Set the FINISH bit to 1 - GS is always at a finish state as we don't have a FIFO(saqib)
GSIMR = 0x7F00; //This is bits 14-8 thats all that should be 1
}