X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fcd_sys.h;h=6725efc9bbe47d27655918202071a71065ddee94;hb=9037e45d9f2752fdd6ebbc01328148839403a84f;hp=77a9f06ca1231cb120bbb103e43b29c09f8e10b1;hpb=b923ecbe75225bc7a1b6fbf419fd962a59066d59;p=picodrive.git diff --git a/Pico/cd/cd_sys.h b/Pico/cd/cd_sys.h index 77a9f06..6725efc 100644 --- a/Pico/cd/cd_sys.h +++ b/Pico/cd/cd_sys.h @@ -46,6 +46,7 @@ typedef struct char ftype; // TYPE_ISO, TYPE_BIN, TYPE_MP3 void *F; int Length; + int Offset; // sector offset, when single file is used for multiple virtual tracks short KBtps; // kbytes per sec for mp3s (bitrate / 1000 / 8) short pad; } _scd_track;