mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Disable interrupts on reset
This commit is contained in:
parent
078a10dcdb
commit
bb4c456f35
pcsx2/DEV9/ATA
|
@ -318,7 +318,7 @@ void ATA::ResetEnd(bool hard)
|
||||||
}
|
}
|
||||||
|
|
||||||
HDD_ExecuteDeviceDiag(false);
|
HDD_ExecuteDeviceDiag(false);
|
||||||
regControlEnableIRQ = true;
|
regControlEnableIRQ = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ATA::ATA_HardReset()
|
void ATA::ATA_HardReset()
|
||||||
|
|
Loading…
Reference in New Issue