From 1449b46ca2937ffd88e2f601899f4f059d486cde Mon Sep 17 00:00:00 2001 From: roeming Date: Fri, 4 Jul 2025 13:12:34 -0400 Subject: [PATCH] forgot the proc flags --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index b481c13b..827e3422 100644 --- a/configure.py +++ b/configure.py @@ -781,7 +781,7 @@ config.libs = [ Object(Matching, "jaudio_NES/internal/ja_calc.c", extra_cflags=["-sym off"]), Object(NonMatching, "jaudio_NES/internal/jammain_2.c", extra_cflags=["-sym on"]), Object(Matching, "jaudio_NES/internal/jamosc.c"), - Object(NonMatching, "jaudio_NES/internal/memory.c"), + Object(NonMatching, "jaudio_NES/internal/memory.c", extra_cflags=["-pragma \"scheduling 7400\""]), Object(Matching, "jaudio_NES/internal/midplay.c"), Object(Matching, "jaudio_NES/internal/noteon.c"), Object(Matching, "jaudio_NES/internal/oneshot.c"),