diff options
| author | Max Roncace <me@caseif.net> | 2026-06-23 20:52:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-23 12:52:55 -0700 |
| commit | c8fa8c9e2aab72cf4e5db0e5d1c84a9ea6ee6eb0 (patch) | |
| tree | e74401818820cb5571533e10e3f1b987bdb8b75a /configure.py | |
| parent | 8eae8919c8f53c4c5015ef9b664c6cd2f7c31f8b (diff) | |
Diffstat (limited to 'configure.py')
| -rwxr-xr-x | configure.py | 3 |
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"), |
