Procházet zdrojové kódy

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

Eric Helgeson před 2 roky
rodič
revize
eb3ae21ec5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))
         {
-            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)