microVU: Fix Esin opcode

Fix X2 - Wolverine's Revenge
This commit is contained in:
kozarovv 2021-01-31 19:01:27 +01:00 committed by refractionpcsx2
parent 6445af6eb2
commit 983f6e28f5
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ mVUop(mVU_ESADD) {
}
mVUop(mVU_ESIN) {
pass1 { mVUanalyzeEFU2(mVU, _Fs_, 29); }
pass1 { mVUanalyzeEFU1(mVU, _Fs_, _Fsf_, 29); }
pass2 {
const xmm& Fs = mVU.regAlloc->allocReg(_Fs_, 0, (1 << (3 - _Fsf_)));
const xmm& t1 = mVU.regAlloc->allocReg();