mirror of https://github.com/PCSX2/pcsx2.git
IPU: Unbreak previous change with IDEC sync
Testing in Production y'all
This commit is contained in:
parent
208d3ffa7b
commit
514cc6edb8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue