Revert "Mixer update for XS3 compat"

This reverts commit 82f651d930.
This commit is contained in:
xross
2020-05-14 13:55:27 +01:00
parent 82f651d930
commit c18ca44768

View File

@@ -5,7 +5,7 @@
#define MIX_INPUTS 18 #define MIX_INPUTS 18
#ifndef(__XS1A__) #if defined(__XS2A__)
#define DOMIX_TOP(i) \ #define DOMIX_TOP(i) \
.cc_top doMix##i.function,doMix##i; \ .cc_top doMix##i.function,doMix##i; \