瀏覽代碼

Clarify the current usage of this function.

saybur 2 年之前
父節點
當前提交
59d62e51e9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/BlueSCSI_disk.h

+ 2 - 1
src/BlueSCSI_disk.h

@@ -99,7 +99,8 @@ void scsiDiskCloseSDCardImages();
 bool scsiDiskOpenHDDImage(int target_idx, const char *filename, int scsi_id, int scsi_lun, int blocksize, S2S_CFG_TYPE type = S2S_CFG_FIXED);
 void scsiDiskLoadConfig(int target_idx);
 
-// During loading, checks if a filename is appropriate for further processing as a disk image
+// Checks if a filename extension is appropriate for further processing as a disk image.
+// The current implementation does not check the the filename prefix for validity.
 bool scsiDiskFilenameValid(const char* name);
 
 // Clear the ROM drive header from flash