X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsound%2Fsound.c;h=ede33f11fd8cc92915f37e5c12e40044d0b6d710;hb=9c9cda8c39bd2a6b99b8420a3034c454bc713954;hp=1f23e1aaebee33b1bd5fc69f053bed78f7bdd5fe;hpb=5609d343e3b34d9fed210a1c26c2441d3f797036;p=picodrive.git diff --git a/pico/sound/sound.c b/pico/sound/sound.c index 1f23e1a..ede33f1 100644 --- a/pico/sound/sound.c +++ b/pico/sound/sound.c @@ -14,6 +14,8 @@ #include "../cd/pcm.h" #include "mix.h" +#define SIMPLE_WRITE_SOUND 0 + void (*PsndMix_32_to_16l)(short *dest, int *src, int count) = mix_32_to_16l_stereo; // master int buffer to mix to