IPU: Unbreak previous change with IDEC sync

Testing in Production y'all
This commit is contained in:
refractionpcsx2 2021-12-26 23:44:50 +00:00
parent 208d3ffa7b
commit 514cc6edb8
1 changed files with 3 additions and 1 deletions

View File

@ -908,7 +908,9 @@ __fi bool mpeg2sliceIDEC()
ipu_cmd.pos[1] = 0;
ipu_cmd.pos[2] = 0;
return false;
if ((ipu0ch.qwc - ipuRegs.ctrl.OFC) <= 0)
return false;
}
finish_idec: