mirror of
https://github.com/retro100/dosbox-wii.git
synced 2025-01-12 10:19:11 +01:00
This commit is contained in:
parent
8ec019280a
commit
566f849b1d
@ -641,6 +641,8 @@ void MIXER_Init(Section* sec) {
|
|||||||
spec.freq=mixer.freq;
|
spec.freq=mixer.freq;
|
||||||
#ifdef HW_RVL
|
#ifdef HW_RVL
|
||||||
spec.format=AUDIO_S16MSB;
|
spec.format=AUDIO_S16MSB;
|
||||||
|
#else
|
||||||
|
spec.format=AUDIO_S16SYS;
|
||||||
#endif
|
#endif
|
||||||
spec.channels=2;
|
spec.channels=2;
|
||||||
spec.callback=MIXER_CallBack;
|
spec.callback=MIXER_CallBack;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#ifndef WIIHARDWARE_H
|
#ifndef WIIHARDWARE_H
|
||||||
#define WIIHARDWARE_H
|
#define WIIHARDWARE_H
|
||||||
#include <wiiuse/WPAD.h>
|
#include <wiiuse/wpad.h>
|
||||||
|
|
||||||
void WiiInit();
|
void WiiInit();
|
||||||
void WiiFinished();
|
void WiiFinished();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user