CDVD: Don't delay abort commands on DVDs, at least for now..

Fixes #5301
This commit is contained in:
refractionpcsx2 2022-01-10 11:28:10 +00:00
parent aa475a8d2e
commit fb5e5cc13f
1 changed files with 3 additions and 1 deletions

View File

@ -1144,7 +1144,9 @@ __fi void cdvdReadInterrupt()
if (cdvd.AbortRequested)
{
if (!cdvdIsDVD() || !(cdvd.Sector & 0xF))
// Code in the CDVD controller suggest there is an alignment thing with DVD's but this seems to just break stuff (Auto Modellista).
// Needs more investigation
//if (!cdvdIsDVD() || !(cdvd.Sector & 0xF))
{
Console.Warning("Read Abort");
cdvd.Error = 0x1; // Abort Error