mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-16 15:19:15 +01:00
#ifdef HW_RVL
This commit is contained in:
parent
bdcf3eda79
commit
8ec019280a
@ -639,7 +639,9 @@ void MIXER_Init(Section* sec) {
|
|||||||
SDL_AudioSpec obtained;
|
SDL_AudioSpec obtained;
|
||||||
|
|
||||||
spec.freq=mixer.freq;
|
spec.freq=mixer.freq;
|
||||||
|
#ifdef HW_RVL
|
||||||
spec.format=AUDIO_S16MSB;
|
spec.format=AUDIO_S16MSB;
|
||||||
|
#endif
|
||||||
spec.channels=2;
|
spec.channels=2;
|
||||||
spec.callback=MIXER_CallBack;
|
spec.callback=MIXER_CallBack;
|
||||||
spec.userdata=NULL;
|
spec.userdata=NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user