X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.h;h=3b7f62b2a3f9cabf8a8c2dc04b8f204a877e2e7a;hb=9d917eea21607c7c239d4b0cd850d660c0c8e4c5;hp=b337f8dc610c6df4ce93232f37b8b9600eb55ea2;hpb=03e4f2a349247334666c87abe3a908df72d23051;p=picodrive.git diff --git a/Pico/Pico.h b/Pico/Pico.h index b337f8d..3b7f62b 100644 --- a/Pico/Pico.h +++ b/Pico/Pico.h @@ -130,7 +130,7 @@ extern void (*PicoPrepareCram)(); // prepares PicoCramHigh for renderer to us // sound.c extern int PsndRate,PsndLen; extern short *PsndOut; -void sound_rerate(int preserve_state); +void PsndRerate(int preserve_state); // Utils.c extern int PicuAnd;