mirror of https://github.com/PCSX2/pcsx2.git
IPU: Modify IDEC sync position.
Previously broke the Onimusha patch, sorry
This commit is contained in:
parent
3f81b7e56d
commit
25dd92f8c0
|
@ -843,12 +843,7 @@ __fi bool mpeg2sliceIDEC()
|
||||||
ipu_cmd.pos[1] = 2;
|
ipu_cmd.pos[1] = 2;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
mbaCount = 0;
|
||||||
{
|
|
||||||
mbaCount = 0;
|
|
||||||
ipu_cmd.pos[1] = 3;
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
|
|
||||||
|
@ -913,6 +908,7 @@ __fi bool mpeg2sliceIDEC()
|
||||||
|
|
||||||
ipu_cmd.pos[1] = 0;
|
ipu_cmd.pos[1] = 0;
|
||||||
ipu_cmd.pos[2] = 0;
|
ipu_cmd.pos[2] = 0;
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
finish_idec:
|
finish_idec:
|
||||||
|
@ -1190,12 +1186,8 @@ __fi bool mpeg2_slice()
|
||||||
ipu_cmd.pos[0] = 3;
|
ipu_cmd.pos[0] = 3;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
mbaCount = 0;
|
||||||
mbaCount = 0;
|
|
||||||
ipu_cmd.pos[0] = 4;
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue