X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fcd%2Fpico.c;h=b0b123cbe31d1237d94bb892492365d19179ac0d;hb=2f64d822117d490e11e9232156174bd313142294;hp=33899e494423f02c6518feabce7c51305a74bea1;hpb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;p=picodrive.git diff --git a/pico/cd/pico.c b/pico/cd/pico.c index 33899e4..b0b123c 100644 --- a/pico/cd/pico.c +++ b/pico/cd/pico.c @@ -225,15 +225,6 @@ static __inline void update_chips(void) } -static __inline void getSamples(int y) -{ - int len = PsndRender(0, PsndLen); - if (PicoWriteSound) PicoWriteSound(len); - // clear sound buffer - PsndClear(); -} - - #define PICO_CD #include "../pico_cmn.c"