#ifdef HW_RVL

This commit is contained in:
Carl.Kenner 2009-05-11 08:56:14 +00:00
parent bdcf3eda79
commit 8ec019280a

View File

@ -639,7 +639,9 @@ void MIXER_Init(Section* sec) {
SDL_AudioSpec obtained;
spec.freq=mixer.freq;
#ifdef HW_RVL
spec.format=AUDIO_S16MSB;
#endif
spec.channels=2;
spec.callback=MIXER_CallBack;
spec.userdata=NULL;