Skip to content

Commit 46175bb

Browse files
committed
Added an small audio validation
1 parent f38bd3f commit 46175bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/synthesis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ u64 *synthesis_process_notes(s16 *aiBuf, s32 bufLen, u64 *cmd) {
754754
flags = 0;
755755
}
756756
#endif
757-
else {
757+
else if (note->synthesisBuffers != NULL) {
758758
// ADPCM note
759759

760760
#ifdef VERSION_EU

0 commit comments

Comments
 (0)