X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fcd_sys.h;h=fcac1d811f68432a9c801096b668a52487c1e069;hb=efcba75f8a730340df6c1b679a207723f98d1ee6;hp=6725efc9bbe47d27655918202071a71065ddee94;hpb=6a13ef3f56a80ac698d463f5d00235ea2a090f52;p=picodrive.git diff --git a/Pico/cd/cd_sys.h b/Pico/cd/cd_sys.h index 6725efc..fcac1d8 100644 --- a/Pico/cd/cd_sys.h +++ b/Pico/cd/cd_sys.h @@ -72,7 +72,7 @@ typedef struct { PICO_INTERNAL void LBA_to_MSF(int lba, _msf *MSF); PICO_INTERNAL int Track_to_LBA(int track); -// moved to Pico.h +// moved to pico.h // int Insert_CD(char *iso_name, int is_bin); // void Stop_CD(void);