mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
78746f0d3a
commit
4bd993e135
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue