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:
Bill Currie 2000-10-05 21:43:34 +00:00
parent 4c9542817c
commit 6b48129fa4

View file

@ -139,7 +139,7 @@ void SNDDMA_Shutdown(void);
// User-setable variables
// ====================================================================
#define MAX_CHANNELS 128
#define MAX_CHANNELS 256
#define MAX_DYNAMIC_CHANNELS 8