Just a small fix for the dsound interface to work on the wxwidgets frontend on windows. Next up hopefully will be xaudio but it may not be fixable until the mingw-w64 crew properly supports it.
This commit is contained in:
parent
e96db2c3ba
commit
41bbebfb77
|
@ -20,7 +20,7 @@ private:
|
|||
LPDIRECTSOUND8 pDirectSound; // DirectSound interface
|
||||
LPDIRECTSOUNDBUFFER dsbPrimary; // Primary DirectSound buffer
|
||||
LPDIRECTSOUNDBUFFER dsbSecondary; // Secondary DirectSound buffer
|
||||
LPDIRECTSOUNDNOTIFY8 dsbNotify;
|
||||
LPDIRECTSOUNDNOTIFY dsbNotify;
|
||||
HANDLE dsbEvent;
|
||||
WAVEFORMATEX wfx; // Primary buffer wave format
|
||||
int soundBufferLen;
|
||||
|
|
Loading…
Reference in New Issue