microVU: Fix mVUcustomSearch

Apparently NOT doesn't set flags
This commit is contained in:
TellowKrinkle 2022-12-15 19:20:52 -06:00 committed by refractionpcsx2
parent f29c2a5805
commit 3204b98aaf
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ void mVUcustomSearch()
xVMOVUPS(ymm0, ptr[arg1reg]);
xVPCMP.EQD(ymm0, ymm0, ptr[arg2reg]);
xVPMOVMSKB(eax, ymm0);
xNOT(eax);
xXOR(eax, 0xffffffff);
xForwardJNZ8 exitPoint;
xVMOVUPS(ymm0, ptr[arg1reg + 0x20]);