DEV9: Disable interrupts on reset

This commit is contained in:
TheLastRar 2024-10-13 16:28:18 +01:00 committed by lightningterror
parent 078a10dcdb
commit bb4c456f35
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ void ATA::ResetEnd(bool hard)
}
HDD_ExecuteDeviceDiag(false);
regControlEnableIRQ = true;
regControlEnableIRQ = false;
}
void ATA::ATA_HardReset()