X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fcd_sys.h;h=6291c2cd134a27dafe17bfdfec03055dc9c1bb00;hb=3f23709ef37c5b3511c1445cbed7b447b56a37e0;hp=fcac1d811f68432a9c801096b668a52487c1e069;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;p=picodrive.git diff --git a/pico/cd/cd_sys.h b/pico/cd/cd_sys.h index fcac1d8..6291c2c 100644 --- a/pico/cd/cd_sys.h +++ b/pico/cd/cd_sys.h @@ -39,11 +39,9 @@ typedef struct typedef struct { -// unsigned char Type; // always 1 (data) for 1st track, 0 (audio) for others -// unsigned char Num; // unused _msf MSF; // - char ftype; // TYPE_ISO, TYPE_BIN, TYPE_MP3 + char ftype; // cue_track_type void *F; int Length; int Offset; // sector offset, when single file is used for multiple virtual tracks