mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Disable audio sync properly in external driver.
This commit is contained in:
parent
713e8624a0
commit
712f463022
@ -103,6 +103,9 @@ static void* audio_ext_init(const char *device, unsigned rate, unsigned latency)
|
||||
if (ext->driver->sample_rate)
|
||||
g_settings.audio.out_rate = ext->driver->sample_rate(ext->handle);
|
||||
|
||||
if (!g_settings.audio.sync)
|
||||
ext->driver->set_nonblock_state(ext->handle, SSNES_TRUE);
|
||||
|
||||
return ext;
|
||||
|
||||
error:
|
||||
|
Loading…
x
Reference in New Issue
Block a user