X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.h;h=cdba60b2f949d6755723510fb965494f6cebe4b0;hb=4a32f01f5527929fe5feafd53937007dcfd64735;hp=51b4e54d6950f1da46bf2b6182c11768601fb1dc;hpb=4b167c12c7ebb23223c347793a2b4d5e9712e384;p=picodrive.git diff --git a/Pico/Pico.h b/Pico/Pico.h index 51b4e54..cdba60b 100644 --- a/Pico/Pico.h +++ b/Pico/Pico.h @@ -83,7 +83,8 @@ void Stop_CD(void); // releases all resources taken when CD game was started. typedef enum { PMT_UNCOMPRESSED = 0, - PMT_ZIP + PMT_ZIP, + PMT_CSO } pm_type; typedef struct { @@ -130,6 +131,7 @@ extern void (*PicoPrepareCram)(); // prepares PicoCramHigh for renderer to us // sound.c extern int PsndRate,PsndLen; extern short *PsndOut; +extern void (*PsndMix_32_to_16l)(short *dest, int *src, int count); void PsndRerate(int preserve_state); // Utils.c