Fixes an oversight in ALSA's code.

This commit is contained in:
gameblabla 2019-03-07 20:30:48 +01:00
parent 7b738d83b2
commit a4e59726a0
No known key found for this signature in database
GPG Key ID: B24EFBB23B5F76CB

View File

@ -107,7 +107,7 @@ void Sound_Init(void)
return;
}
#ifdef VSYNC_SUPPORTED
#ifndef VSYNC_SUPPORTED
snd_pcm_nonblock(handle, 1);
#endif