X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.h;h=cdba60b2f949d6755723510fb965494f6cebe4b0;hb=4a32f01f5527929fe5feafd53937007dcfd64735;hp=b0f5a7377ef34d2989d9a3630d2f69b2624941ce;hpb=71de3cd9bb3cad7630df5b1d2a0e56475995b025;p=picodrive.git diff --git a/Pico/Pico.h b/Pico/Pico.h index b0f5a73..cdba60b 100644 --- a/Pico/Pico.h +++ b/Pico/Pico.h @@ -131,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