mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 02:26:13 +00:00
(DirectSound) Use slock_new instead of scond_new
This commit is contained in:
parent
9e10e20b69
commit
5d8e5ae624
@ -371,7 +371,7 @@ static void *dsound_init(const char *device, unsigned rate, unsigned latency)
|
||||
bufdesc.dwBufferBytes = ds->buffer_size;
|
||||
bufdesc.lpwfxFormat = &wfx;
|
||||
|
||||
ds->event = scond_new();
|
||||
ds->event = slock_new();
|
||||
if (!ds->event)
|
||||
goto error;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user