Core: in CX86RecompilerOps::COP1_CT ignore write to other registers

This commit is contained in:
zilmar 2024-12-19 09:58:30 +10:30
parent fba1c4bc3b
commit 13a974e687
1 changed files with 0 additions and 1 deletions

View File

@ -7729,7 +7729,6 @@ void CX86RecompilerOps::COP1_CT()
if (m_Opcode.fs != 31)
{
UnknownOpcode();
return;
}