mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
DEV9: Disable interrupts on reset
This commit is contained in:
committed by
lightningterror
parent
078a10dcdb
commit
bb4c456f35
@@ -318,7 +318,7 @@ void ATA::ResetEnd(bool hard)
|
||||
}
|
||||
|
||||
HDD_ExecuteDeviceDiag(false);
|
||||
regControlEnableIRQ = true;
|
||||
regControlEnableIRQ = false;
|
||||
}
|
||||
|
||||
void ATA::ATA_HardReset()
|
||||
|
||||
Reference in New Issue
Block a user