VIF: Mask VU program address on MSCAL/MSCNT instructions

This commit is contained in:
refractionpcsx2 2020-12-22 14:12:27 +00:00
parent a4553e821f
commit 843650e79e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ static __fi void vuExecMicro(int idx, u32 addr) {
}
GetVifX.queued_program = true;
GetVifX.queued_pc = addr;
GetVifX.queued_pc = addr & (idx ? 0x7ffu : 0x1ffu);;
GetVifX.unpackcalls = 0;
if (!idx || (!THREAD_VU1 && !INSTANT_VU1))