Nothing to see here, small missed thing :P

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1381 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2009-06-17 21:04:13 +00:00
parent 78746f0d3a
commit 4bd993e135
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ void gsCSRwrite(u32 value)
static void IMRwrite(u32 value)
{
GSIMR = (value & 0x1f00)|0x6000;
CSRw |= (GSIMR >> 8) & 0x1f;
CSRw |= ~(GSIMR >> 8) & 0x1f;
// don't update mtgs mem
}