X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsound%2Fsound.c;h=ede33f11fd8cc92915f37e5c12e40044d0b6d710;hb=add51c49ecdda53f59bd4c01d4b2e03817002a71;hp=1f23e1aaebee33b1bd5fc69f053bed78f7bdd5fe;hpb=9b5713af95da3f72cb659d4d8017559aca593a31;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