Skip to content

Commit

Permalink
cdrom: fix wrong state
Browse files Browse the repository at this point in the history
  • Loading branch information
notaz committed Dec 26, 2024
1 parent 6a79c06 commit 9944c15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libpcsxcore/cdrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ void cdrInterrupt(void) {
error = ERROR_BAD_ARGNUM;
goto set_error;
}
cdr.DriveState = DRIVESTATE_STANDBY;
second_resp_time = cdReadTime * 125 / 2;
start_rotating = 1;
break;
Expand Down

0 comments on commit 9944c15

Please sign in to comment.