From 0831489b643b22759a4d664944740375bc76fa37 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Wed, 21 May 2025 18:08:45 -0400 Subject: [PATCH] GXDisplayList OK --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 954cfad85..277eb6588 100755 --- a/configure.py +++ b/configure.py @@ -1170,7 +1170,7 @@ config.libs = [ Object(NonMatching, "dolphin/gx/GXTev.c"), Object(NonMatching, "dolphin/gx/GXPixel.c"), Object(NonMatching, "dolphin/gx/GXStubs.c"), - Object(NonMatching, "dolphin/gx/GXDisplayList.c"), + Object(Matching, "dolphin/gx/GXDisplayList.c"), Object(NonMatching, "dolphin/gx/GXTransform.c", extra_cflags=["-fp_contract off"]), Object(Matching, "dolphin/gx/GXPerf.c"), ],