From 514cc6edb8f723a196865e14189be3368551ba2e Mon Sep 17 00:00:00 2001 From: refractionpcsx2 Date: Sun, 26 Dec 2021 23:44:50 +0000 Subject: [PATCH] IPU: Unbreak previous change with IDEC sync Testing in Production y'all --- pcsx2/IPU/mpeg2lib/Mpeg.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pcsx2/IPU/mpeg2lib/Mpeg.cpp b/pcsx2/IPU/mpeg2lib/Mpeg.cpp index b79ed09941..c8b27176b2 100644 --- a/pcsx2/IPU/mpeg2lib/Mpeg.cpp +++ b/pcsx2/IPU/mpeg2lib/Mpeg.cpp @@ -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: