浏览代码

Give user actionable message when file is fragmented on the sd card

Eric Helgeson 2 年之前
父节点
当前提交
eb3ae21ec5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/BlueSCSI_disk.cpp

+ 1 - 1
src/BlueSCSI_disk.cpp

@@ -747,7 +747,7 @@ bool scsiDiskOpenHDDImage(int target_idx, const char *filename, int scsi_id, int
         }
         }
         else if (!img.file.contiguousRange(&sector_begin, &sector_end))
         else if (!img.file.contiguousRange(&sector_begin, &sector_end))
         {
         {
-            log("---- WARNING: file ", filename, " is not contiguous. This will increase read latency.");
+            log("---- WARNING: file ", filename, " is fragmented, see https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Image-File-Fragmentation");
         }
         }
 
 
         if (type == S2S_CFG_OPTICAL)
         if (type == S2S_CFG_OPTICAL)