ソースを参照

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

CDROM: Fix START STOP UNIT preventing drive use
Alex Perez 2 年 前
コミット
7f7868bc59
1 ファイル変更0 行追加5 行削除
  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)
     {