X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fcdriso.c;h=94bd3ebd3b16d5140eba960bc8d263e454894276;hb=e34a4bd3b3eec3f95f5ce0cac1c4d47bf03a0409;hp=8f18f4f16c44d53f2fa4b97fac54e034f25d0982;hpb=77160d47414eb2c6cb59be1ee1c2d95e2f39866e;p=pcsx_rearmed.git 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)