mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
ALSA: disable recovery (experimental)
This commit is contained in:
parent
59e0296281
commit
d4591b1508
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ bool ALSABackend::AddData(const void* src, u32 num_samples)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (res < 0)
|
||||
if (false)
|
||||
{
|
||||
res = snd_pcm_recover(tls_handle, res, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue