diff --git a/pcsx2/SPU2/ReadInput.cpp b/pcsx2/SPU2/ReadInput.cpp index 687082f2ed185..e5fea14d93fdf 100644 --- a/pcsx2/SPU2/ReadInput.cpp +++ b/pcsx2/SPU2/ReadInput.cpp @@ -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