SPU2: Temporary CDDA fix

This commit is contained in:
Ziemas 2023-10-20 16:20:29 +02:00 committed by refractionpcsx2
parent e2d4e384e3
commit 09574b3937
1 changed files with 2 additions and 6 deletions

View File

@ -43,12 +43,8 @@ StereoOut32 V_Core::ReadInput_HiFi()
if (Index == 1)
{
// CDDA Mode:
// give 30 bit data (SndOut downsamples the rest of the way)
// HACKFIX: 28 bits seems better according to rama. I should take some time and do some
// bitcounting on this one. --air
retval.Left >>= 4;
retval.Right >>= 4;
retval.Left >>= 16;
retval.Right >>= 16;
}
// Simulate MADR increase, GTA VC tracks the MADR address for calculating a certain point in the buffer