mirror of
https://git.code.sf.net/p/quake/nuq
synced 2025-03-14 06:41:49 +00:00
double the maximum number of sound channels to 256. I hope this doesn't cause
too much of a speed hit or sample wrap.
This commit is contained in:
parent
4c9542817c
commit
6b48129fa4
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void SNDDMA_Shutdown(void);
|
|||
// User-setable variables
|
||||
// ====================================================================
|
||||
|
||||
#define MAX_CHANNELS 128
|
||||
#define MAX_CHANNELS 256
|
||||
#define MAX_DYNAMIC_CHANNELS 8
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue