mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(WASAPI) Stop deactivating audio on fast forward
This commit is contained in:
parent
9cd5e66b21
commit
c737947d74
@ -736,7 +736,7 @@ static ssize_t wasapi_write_ex(wasapi_t *w, const void * data, size_t size, DWOR
|
||||
if (!write_avail)
|
||||
{
|
||||
if (WaitForSingleObject(w->write_event, ms) != WAIT_OBJECT_0)
|
||||
return -1;
|
||||
return 0;
|
||||
|
||||
if (!wasapi_flush_buffer(w, w->engine_buffer_size))
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user