소스 검색

Do not add unnecessary platform_set_sd_callback() call.

saybur 2 년 전
부모
커밋
05bb5da0d8
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/BlueSCSI_disk.cpp

+ 0 - 3
src/BlueSCSI_disk.cpp

@@ -555,9 +555,6 @@ int scsiDiskGetNextImageName(image_config_t &img, char *buf, size_t buflen)
 
     if (img.image_directory)
     {
-        // is this needed to prevent an inadvertent callback during all these opens?
-        platform_set_sd_callback(NULL, NULL);
-
         // image directory was found during startup
         FsFile dir;
         char key[] = "ImgDir";