We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ff48e commit 6672168Copy full SHA for 6672168
src/core/cdrom.cc
@@ -1058,12 +1058,6 @@ class CDRomImpl : public PCSX::CDRom {
1058
}
1059
1060
if (!no_busy_error) {
1061
- /* if (!m_iso.isActive()) {
1062
- SetResultSize(2);
1063
- m_result[0] = m_statP | STATUS_ERROR;
1064
- m_result[1] = ERROR_NOTREADY;
1065
- m_stat = DiskError;
1066
- } else {*/
1067
switch (m_driveState) {
1068
case DRIVESTATE_LID_OPEN:
1069
case DRIVESTATE_RESCAN_CD:
@@ -1074,7 +1068,6 @@ class CDRomImpl : public PCSX::CDRom {
1074
m_stat = DiskError;
1075
break;
1076
1070
1077
- //}
1078
1071
1079
1072
1080
1073
finish:
0 commit comments