some audio problems fixed, missing files added

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@31 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-02-08 20:12:45 +00:00
parent 7a93adeb29
commit abe0ea43b5
9 changed files with 583 additions and 288 deletions

View file

@ -255,8 +255,8 @@ int sound_render(int offset, int length)
pcm_update(buf32, length, stereo);
// CD: CDDA audio
// if ((PicoMCD & 1) && (PicoOpt & 0x800))
// mp3_update(PsndBuffer+offset, length, stereo);
if ((PicoMCD & 1) && (PicoOpt & 0x800))
mp3_update(buf32, length, stereo);
// convert + limit to normal 16bit output
if (stereo)