X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.h;h=13108083a4eed0b8fc8b261238f88fe529099b27;hb=c9e1affca5438353fdb156fb07a747af83251e14;hp=cfcd7e4717855efe9b2bdfd0c520a73eb26c5a3a;hpb=9037e45d9f2752fdd6ebbc01328148839403a84f;p=picodrive.git diff --git a/Pico/Pico.h b/Pico/Pico.h index cfcd7e4..1310808 100644 --- a/Pico/Pico.h +++ b/Pico/Pico.h @@ -24,7 +24,6 @@ extern "C" { // external funcs for Sega/Mega CD int mp3_get_bitrate(FILE *f, int size); void mp3_start_play(FILE *f, int pos); -int mp3_get_offset(void); // 0-1023 void mp3_update(int *buffer, int length, int stereo); @@ -91,6 +90,7 @@ int PicoCdLoadStateGfx(void *file); // cd/buffering.c void PicoCDBufferInit(void); void PicoCDBufferFree(void); +void PicoCDBufferFlush(void); // cd/cd_sys.c int Insert_CD(char *iso_name, int is_bin);