Uuuuugggh, i swear this is driving me insane.

This commit is contained in:
gameblabla 2019-03-13 02:11:04 +01:00
parent 6f84b7fa5c
commit 8f5b90b1b9
No known key found for this signature in database
GPG Key ID: B24EFBB23B5F76CB

View File

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