mirror of https://github.com/PCSX2/pcsx2.git
IPU: Only fill IPU with required data, no more.
This commit is contained in:
parent
a0c8ad9511
commit
8335b3ee77
|
@ -121,7 +121,7 @@ struct alignas(16) tIPU_BP {
|
|||
|
||||
__fi bool FillBuffer(u32 bits)
|
||||
{
|
||||
while (FP < 2)
|
||||
while (FP <= ((BP + bits) / 128))
|
||||
{
|
||||
if (ipu_fifo.in.read(&internal_qwc[FP]) == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue