some audio problems fixed, missing files added
[picodrive.git] / Pico / sound / sound.c
index 18cc46e..a9f2f68 100644 (file)
@@ -255,8 +255,8 @@ int sound_render(int offset, int length)
     pcm_update(buf32, length, stereo);\r
 \r
   // CD: CDDA audio\r
-//  if ((PicoMCD & 1) && (PicoOpt & 0x800))\r
-//    mp3_update(PsndBuffer+offset, length, stereo);\r
+  if ((PicoMCD & 1) && (PicoOpt & 0x800))\r
+    mp3_update(buf32, length, stereo);\r
 \r
   // convert + limit to normal 16bit output\r
   if (stereo)\r