Skip to content

Commit

Permalink
Add GC compilers mwcc_242_53, mwcc_247_92p1 (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
encounter authored Jul 7, 2024
1 parent e1ac7b1 commit e14728d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions backend/compilers/compilers.linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ gc_wii:
- mwcc_233_163
- mwcc_233_163e
- mwcc_233_163n
- mwcc_242_53
- mwcc_242_81
- mwcc_242_81r
- mwcc_247_92
- mwcc_247_92p1
- mwcc_247_105
- mwcc_247_107
- mwcc_247_108
Expand Down
14 changes: 14 additions & 0 deletions backend/coreapp/compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,12 @@ def available_platforms() -> List[Platform]:
cc=MWCCEPPC_CC,
)

MWCC_242_53 = MWCCWiiGCCompiler(
id="mwcc_242_53",
platform=GC_WII,
cc=MWCCEPPC_CC,
)

MWCC_242_81 = MWCCWiiGCCompiler(
id="mwcc_242_81",
platform=GC_WII,
Expand All @@ -1050,6 +1056,12 @@ def available_platforms() -> List[Platform]:
cc=MWCCEPPC_CC,
)

MWCC_247_92P1 = MWCCWiiGCCompiler(
id="mwcc_247_92p1",
platform=GC_WII,
cc=MWCCEPPC_CC,
)

MWCC_247_105 = MWCCWiiGCCompiler(
id="mwcc_247_105",
platform=GC_WII,
Expand Down Expand Up @@ -1579,9 +1591,11 @@ def available_platforms() -> List[Platform]:
MWCC_233_163,
MWCC_233_163E,
MWCC_233_163N,
MWCC_242_53,
MWCC_242_81,
MWCC_242_81R,
MWCC_247_92,
MWCC_247_92P1,
MWCC_247_105,
MWCC_247_107,
MWCC_247_108,
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/lib/i18n/locales/en/compilers.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@
"mwcc_233_163": "2.3.3 build 163 (GC MW 1.2.5)",
"mwcc_233_163e": "2.3.3 build 163 (GC MW 1.2.5e)",
"mwcc_233_163n": "2.3.3 build 163 (GC MW 1.2.5n)",
"mwcc_242_53": "2.4.2 build 53 (GC MW 1.3)",
"mwcc_242_81": "2.4.2 build 81 (GC MW 1.3.2)",
"mwcc_242_81r": "2.4.2 build 81 (GC MW 1.3.2r)",
"mwcc_242_81r": "2.4.2 build 81 (Patched GC MW 1.3.2)",
"mwcc_247_105": "2.4.7 build 105 (GC MW 2.5)",
"mwcc_247_107": "2.4.7 build 107 (GC MW 2.6)",
"mwcc_247_108": "2.4.7 build 108 (GC MW 2.7)",
"mwcc_247_92": "2.4.7 build 92 (GC MW 2.0)",
"mwcc_247_92p1": "2.4.7 build 92 (Patched GC MW 2.0)",
"mwcc_30_114": "3.0 build 114 (MW 2.0base)",
"mwcc_30_123": "3.0 build 123 (MW 2.0sp1)",
"mwcc_30_126": "3.0 build 126 (MW 2.0sp1p2)",
Expand Down

0 comments on commit e14728d

Please sign in to comment.