X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPicoInt.h;h=eb78f8ca5970c00eceaf3519f6a455b7c2ba3960;hb=ef4eb506de324df73bcda06f027a20349c69d05f;hp=b5cb06dc4ac09ff50b452195f717c51e5d608048;hpb=1e6b5e39f45341524d90a4c71776e92a6d2d6fe5;p=picodrive.git diff --git a/Pico/PicoInt.h b/Pico/PicoInt.h index b5cb06d..eb78f8c 100644 --- a/Pico/PicoInt.h +++ b/Pico/PicoInt.h @@ -444,6 +444,10 @@ PICO_INTERNAL int PicoFrameMCD(void); // Pico/Pico.c PICO_INTERNAL int PicoInitPico(void); +// Pico/xpcm.c +PICO_INTERNAL void PicoPicoPCMUpdate(short *buffer, int length, int stereo); +PICO_INTERNAL void PicoPicoPCMReset(void); + // Sek.c PICO_INTERNAL int SekInit(void); PICO_INTERNAL int SekReset(void);