X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fcd_sys.h;h=6725efc9bbe47d27655918202071a71065ddee94;hb=6a13ef3f56a80ac698d463f5d00235ea2a090f52;hp=77a9f06ca1231cb120bbb103e43b29c09f8e10b1;hpb=eff55556cff77fd64cff4be32e449e0a58aed6fe;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;