Tone down sas raw output reporting, found a game.

Crimson Gem Saga apparently uses this mode.
This commit is contained in:
Unknown W. Brackets 2014-03-01 15:32:34 -08:00
parent c7f1197ab1
commit da1e4a80a6

View file

@ -566,7 +566,7 @@ void SasInstance::Mix(u32 outAddr, u32 inAddr, int leftVol, int rightVol) {
s16 *outpR = outp + grainSize * 1;
s16 *outpSendL = outp + grainSize * 2;
s16 *outpSendR = outp + grainSize * 3;
WARN_LOG_REPORT(SCESAS, "sceSasCore: raw outputMode");
WARN_LOG_REPORT_ONCE(sasraw, SCESAS, "sceSasCore: raw outputMode");
for (int i = 0; i < grainSize * 2; i += 2) {
*outpL++ = clamp_s16(mixBuffer[i + 0]);
*outpR++ = clamp_s16(mixBuffer[i + 1]);