.cue support, Pico stubs
[picodrive.git] / Pico / cd / cd_sys.h
index 77a9f06..6725efc 100644 (file)
@@ -46,6 +46,7 @@ typedef struct
        char ftype; // TYPE_ISO, TYPE_BIN, TYPE_MP3\r
        void *F;\r
        int Length;\r
+       int Offset;  // sector offset, when single file is used for multiple virtual tracks\r
        short KBtps; // kbytes per sec for mp3s (bitrate / 1000 / 8)\r
        short pad;\r
 } _scd_track;\r