summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-06-23 20:52:55 +0100
committerGitHub <noreply@github.com>2026-06-23 12:52:55 -0700
commitc8fa8c9e2aab72cf4e5db0e5d1c84a9ea6ee6eb0 (patch)
treee74401818820cb5571533e10e3f1b987bdb8b75a /configure.py
parent8eae8919c8f53c4c5015ef9b664c6cd2f7c31f8b (diff)
Link d_cursor_mng for all Wii versions (#3164)HEADmain
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 5368fb0ead..fe3e68a067 100755
--- a/configure.py
+++ b/configure.py
@@ -728,7 +728,8 @@ config.libs = [
"progress_category": "game",
"objects": [
Object(NonMatching, "d/d_home_button.cpp"),
- Object(NonMatching, "d/d_cursor_mng.cpp"),
+ Object(MatchingFor(ALL_WII, "DZDE01"), "d/d_cursor_mng.cpp"),
+ Object(MatchingFor(ALL_WII, "DZDE01"), "d/d_rvl_fb_copy.cpp"),
Object(MatchingFor(ALL_GCN), "d/d_stage.cpp"),
Object(MatchingFor(ALL_GCN), "d/d_map.cpp"),
Object(MatchingFor(ALL_GCN), "d/d_com_inf_game.cpp"),