From d7a0715ce19266ed5f343c50c4dce7df009f3892 Mon Sep 17 00:00:00 2001 From: Seeky <58006653+SeekyCt@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:01:19 +0000 Subject: [PATCH] Link memory.c --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index cd97a58..1aedd59 100644 --- a/configure.py +++ b/configure.py @@ -310,7 +310,7 @@ def MatchingFor(*versions): Object(Matching, "dvdmgr.c"), Object(Matching, "debug.c"), Object(NonMatching, "filemgr.c"), - Object(NonMatching, "memory.c"), + Object(Matching, "memory.c"), Object(NonMatching, "spmario.c"), Object(NonStarted, "npcdrv.c"), Object(NonMatching, "wpadmgr.c"),