mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Temporarily disable VCMP on ARM. Let's see if this fixes #3071 , if so I have debugging to do.
This commit is contained in:
parent
df3a1d5e1c
commit
0a5c942daf
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue