diff --git a/Core/MIPS/ARM/ArmCompVFPU.cpp b/Core/MIPS/ARM/ArmCompVFPU.cpp index e2b06abde0..78e07caa0d 100644 --- a/Core/MIPS/ARM/ArmCompVFPU.cpp +++ b/Core/MIPS/ARM/ArmCompVFPU.cpp @@ -1306,6 +1306,9 @@ namespace MIPSComp void Jit::Comp_Vcmp(u32 op) { CONDITIONAL_DISABLE; + // Temporary to test what it breaks, it mostly works. + DISABLE; + if (js.HasUnknownPrefix() || disablePrefixes) DISABLE;