diff options
Diffstat (limited to 'audio/stymulator/files/patch-stsoundlib_digidrum.h')
-rw-r--r-- | audio/stymulator/files/patch-stsoundlib_digidrum.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/stymulator/files/patch-stsoundlib_digidrum.h b/audio/stymulator/files/patch-stsoundlib_digidrum.h new file mode 100644 index 000000000000..c187c4411a73 --- /dev/null +++ b/audio/stymulator/files/patch-stsoundlib_digidrum.h @@ -0,0 +1,11 @@ +--- stsoundlib/digidrum.h.orig 2016-07-26 16:04:42 UTC ++++ stsoundlib/digidrum.h +@@ -32,6 +32,8 @@ + #ifndef __DIGIDRUM__ + #define __DIGIDRUM__ + ++#define MAX_DIGIDRUM 40 ++ + extern ymu8 * sampleAdress[]; + extern ymu32 sampleLen[]; + |