X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2Fcd_sys.h;h=a71f5d259cf44fb9d708b2f02772ac30bc2debf8;hb=83bd0b76aba19ff62368cfee76089e15579e3b7c;hp=f7be7d5e1bb3d6487a8123351cbe2d817e06672d;hpb=b67ef287e73ed2c8e92a1d8fa53aac7d58998d37;p=picodrive.git diff --git a/Pico/cd/cd_sys.h b/Pico/cd/cd_sys.h index f7be7d5..a71f5d2 100644 --- a/Pico/cd/cd_sys.h +++ b/Pico/cd/cd_sys.h @@ -3,8 +3,6 @@ #include "cd_file.h" -#include // FILE - #ifdef __cplusplus extern "C" { #endif @@ -37,7 +35,7 @@ typedef struct _msf MSF; // char ftype; // TYPE_ISO, TYPE_BIN, TYPE_MP3 - FILE *F; + void *F; int Length; short KBtps; // kbytes per sec for mp3s (bitrate / 1000 / 8) short pad; @@ -94,9 +92,6 @@ int Open_Tray_CDD_cD(void); int CDD_Def(void); -//void Write_CD_Audio(short *Buf, int rate, int channel, int lenght); -//void Update_CD_Audio(int **Buf, int lenght); - #ifdef __cplusplus };