X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fcdriso.c;fp=libpcsxcore%2Fcdriso.c;h=94bd3ebd3b16d5140eba960bc8d263e454894276;hp=8f18f4f16c44d53f2fa4b97fac54e034f25d0982;hb=53598a714ded20ee4bb703dcadaaa7b027d59cf4;hpb=1d753163fcfe8f75fad07c413ebbdb8cfe448f8b diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 8f18f4f1..94bd3ebd 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -212,6 +212,8 @@ static void *playthread(void *param) } } + // can't do it yet due to readahead.. + //cdrAttenuate((short *)sndbuffer, s / 4, 1); do { ret = SPU_playCDDAchannel((short *)sndbuffer, s); if (ret == 0x7761)