mirror of
https://github.com/libretro/smsplus-gx.git
synced 2025-03-03 14:38:35 +00:00
Fixes an oversight in ALSA's code.
This commit is contained in:
parent
7b738d83b2
commit
a4e59726a0
@ -107,7 +107,7 @@ void Sound_Init(void)
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef VSYNC_SUPPORTED
|
||||
#ifndef VSYNC_SUPPORTED
|
||||
snd_pcm_nonblock(handle, 1);
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user