make it clearer that you can't write to LZCR (nw)

This commit is contained in:
smf- 2013-04-25 12:02:11 +00:00
parent ba02fc1374
commit 0ce02e38e6

View File

@ -235,8 +235,7 @@ void gte::setcp2dr( UINT32 pc, int reg, UINT32 value )
break;
case 31:
value = m_cp2dr[ reg ].d;
break;
return;
}
m_cp2dr[ reg ].d = value;