Minimum cap on sources set to 4

master
Marc Salem 2012-07-18 16:16:52 -07:00
parent ce354c8727
commit 3984b64a1c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#define HAVE_AUDIOTRACK 1
// For throttling AlSource.c
#define MAX_SOURCES_LOW 1
#define MAX_SOURCES_LOW 4
#define MAX_SOURCES_START 8
#define MAX_SOURCES_HIGH 64
#endif