Przeglądaj źródła

Clarify the current usage of this function.

saybur 2 lat temu
rodzic
commit
59d62e51e9
1 zmienionych plików z 2 dodań i 1 usunięć
  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