mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
Call CreateEvent.
This commit is contained in:
parent
76212f47bf
commit
ca375f65d5
@ -78,6 +78,8 @@ struct XAudio : public IXAudio2VoiceCallback
|
||||
XAUDIO2_VOICE_NOSRC, XAUDIO2_DEFAULT_FREQ_RATIO, this, 0, 0)))
|
||||
return false;
|
||||
|
||||
hEvent = CreateEvent(0, FALSE, FALSE, 0);
|
||||
|
||||
bufsize = size / MAX_BUFFERS;
|
||||
buf = new uint8_t[bufsize * MAX_BUFFERS];
|
||||
memset(buf, 0, bufsize * MAX_BUFFERS);
|
||||
|
Loading…
Reference in New Issue
Block a user