From 44ac9dfe2fa848a4abcbb6304e3edec5b62eecc9 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Fri, 4 Jul 2025 18:51:07 -0400 Subject: [PATCH] Link jaudio_NES/rate.c --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index d52b69ab..355be6be 100644 --- a/configure.py +++ b/configure.py @@ -785,7 +785,7 @@ config.libs = [ Object(Matching, "jaudio_NES/internal/midplay.c"), Object(Matching, "jaudio_NES/internal/noteon.c"), Object(Matching, "jaudio_NES/internal/oneshot.c"), - Object(NonMatching, "jaudio_NES/internal/rate.c"), + Object(Matching, "jaudio_NES/internal/rate.c"), Object(NonMatching, "jaudio_NES/internal/rspsim.c"), Object(Matching, "jaudio_NES/internal/seqsetup.c"), Object(Equivalent, "jaudio_NES/internal/system.c", extra_cflags=["-pragma \"scheduling 7400\""]),