diff options
author | Michael Panzlaff <michael.panzlaff@fau.de> | 2021-08-25 17:57:32 +0200 |
---|---|---|
committer | Michael Panzlaff <michael.panzlaff@fau.de> | 2021-08-25 18:03:51 +0200 |
commit | ab1ad9955b4f81e442b7a7114ec1ce82572c10ed (patch) | |
tree | a6ab4099eb2174f63758eebcbb7da0aa6543e54b /arm7/lib/src/SND_seq.c | |
parent | a6e669f1da619f88d58839807e0c3a908bf6ced5 (diff) |
PR: implement review corrections 3
Diffstat (limited to 'arm7/lib/src/SND_seq.c')
-rw-r--r-- | arm7/lib/src/SND_seq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm7/lib/src/SND_seq.c b/arm7/lib/src/SND_seq.c index d4f6b7b1..15b60596 100644 --- a/arm7/lib/src/SND_seq.c +++ b/arm7/lib/src/SND_seq.c @@ -765,6 +765,7 @@ static void TrackPlayNote( u32 allowedChannels; + // get bitmask with allocatable channels based on channel type switch (inst.type) { case SND_INST_PCM: |