fixed mistakes

This commit is contained in:
pi1024e
2020-08-29 13:18:35 -04:00
parent 3ae3bea28f
commit bdb976dc27
5 changed files with 188 additions and 174 deletions

View File

@@ -431,8 +431,6 @@ void m4aSoundMode(u32 mode)
soundInfo->maxChans = temp >> SOUND_MODE_MAXCHN_SHIFT;
temp = MAX_DIRECTSOUND_CHANNELS;
for (temp = MAX_DIRECTSOUND_CHANNELS, chan = soundInfo->chans; temp != 0; temp--,chan++)
{
chan->status = 0;