Skip to content

Commit 6277e2d

Browse files
committed
test: Revert CW 4.2 142 patches and re-enable sjiswrap
1 parent eae2d3e commit 6277e2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

configure.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
"-linkmode moreram",
167167
]
168168
config.rel_strip_partial = False
169-
config.shift_jis = False
170169
if args.debug:
171170
config.ldflags.append("-g") # Or -gdwarf-2 for Wii linkers
172171
if args.map:
@@ -352,7 +351,7 @@ def MatchingFor(*versions):
352351
},
353352
{
354353
"lib": "MSL_C",
355-
"mw_version": "Wii/0x4201_127",
354+
"mw_version": "Wii/0x4201_142",
356355
"cflags": cflags_msl,
357356
"progress_category": "sdk",
358357
"src_dir": "lib/MSL/src",
@@ -369,7 +368,7 @@ def MatchingFor(*versions):
369368
},
370369
{
371370
"lib": "StaticR",
372-
"mw_version": "Wii/0x4201_127",
371+
"mw_version": "Wii/0x4201_142",
373372
"cflags": cflags_staticr,
374373
"progress_category": "game",
375374
"src_dir": "src",
@@ -415,7 +414,7 @@ def MatchingFor(*versions):
415414
},
416415
{
417416
"lib": "KCOL",
418-
"mw_version": "Wii/0x4201_127",
417+
"mw_version": "Wii/0x4201_142",
419418
"cflags": cflags_staticr_gekko,
420419
"progress_category": "game",
421420
"src_dir": "src",

0 commit comments

Comments
 (0)