mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-05 01:45:11 +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;
|
||||
|
||||
spec.freq=mixer.freq;
|
||||
#ifdef HW_RVL
|
||||
spec.format=AUDIO_S16MSB;
|
||||
#endif
|
||||
spec.channels=2;
|
||||
spec.callback=MIXER_CallBack;
|
||||
spec.userdata=NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user