Skip to content

Commit

Permalink
DEV9: Disable interrupts on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and lightningterror committed Oct 15, 2024
1 parent 078a10d commit bb4c456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/DEV9/ATA/ATA_State.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ void ATA::ResetEnd(bool hard)
}

HDD_ExecuteDeviceDiag(false);
regControlEnableIRQ = true;
regControlEnableIRQ = false;
}

void ATA::ATA_HardReset()
Expand Down

0 comments on commit bb4c456

Please sign in to comment.