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"),