Core: in CX86RecompilerOps::COP1_CT ignore write to other registers
This commit is contained in:
parent
fba1c4bc3b
commit
13a974e687
|
@ -7729,7 +7729,6 @@ void CX86RecompilerOps::COP1_CT()
|
|||
|
||||
if (m_Opcode.fs != 31)
|
||||
{
|
||||
UnknownOpcode();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue