Browse Source

Merge pull request #234 from saybur/start-stop-handle

CDROM: Fix START STOP UNIT preventing drive use
Alex Perez 2 năm trước cách đây
mục cha
commit
7f7868bc59
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      src/ZuluSCSI_cdrom.cpp

+ 0 - 5
src/ZuluSCSI_cdrom.cpp

@@ -1520,11 +1520,6 @@ extern "C" int scsiCDRomCommand()
                 cdromPerformEject(img);
             }
         }
-        else
-        {
-            // flow through to disk handler
-            commandHandled = 0;
-        }
     }
     else if (command == 0x25)
     {