Skip to content

Commit 5b7f21d

Browse files
committed
2 parents 6672168 + 7e14d80 commit 5b7f21d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/core/cdrom.cc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,16 +1058,16 @@ class CDRomImpl : public PCSX::CDRom {
10581058
}
10591059

10601060
if (!no_busy_error) {
1061-
switch (m_driveState) {
1062-
case DRIVESTATE_LID_OPEN:
1063-
case DRIVESTATE_RESCAN_CD:
1064-
case DRIVESTATE_PREPARE_CD:
1065-
SetResultSize(2);
1066-
m_result[0] = m_statP | STATUS_ERROR;
1067-
m_result[1] = ERROR_NOTREADY;
1068-
m_stat = DiskError;
1069-
break;
1070-
}
1061+
switch (m_driveState) {
1062+
case DRIVESTATE_LID_OPEN:
1063+
case DRIVESTATE_RESCAN_CD:
1064+
case DRIVESTATE_PREPARE_CD:
1065+
SetResultSize(2);
1066+
m_result[0] = m_statP | STATUS_ERROR;
1067+
m_result[1] = ERROR_NOTREADY;
1068+
m_stat = DiskError;
1069+
break;
1070+
}
10711071
}
10721072

10731073
finish:

0 commit comments

Comments
 (0)