X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2FPico.c;h=def0a418392384f4c1ffc3796d295574b36e9ee2;hb=9d917eea21607c7c239d4b0cd850d660c0c8e4c5;hp=1ffd44bd0c4d3e07c4067292c995da3fa40b673c;hpb=03e4f2a349247334666c87abe3a908df72d23051;p=picodrive.git diff --git a/Pico/cd/Pico.c b/Pico/cd/Pico.c index 1ffd44b..def0a41 100644 --- a/Pico/cd/Pico.c +++ b/Pico/cd/Pico.c @@ -235,10 +235,10 @@ static __inline void update_chips(void) static __inline void getSamples(int y) { - int len = sound_render(0, PsndLen); + int len = PsndRender(0, PsndLen); if (PicoWriteSound) PicoWriteSound(len); // clear sound buffer - sound_clear(); + PsndClear(); }