mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
add wii usa 1.0 to ci (#2823)
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version: [GZ2E01, GZ2P01, GZ2J01, Shield, ShieldD]
|
||||
version: [GZ2E01, GZ2P01, GZ2J01, RZDE01_00, Shield, ShieldD]
|
||||
|
||||
steps:
|
||||
# Checkout the repository
|
||||
|
||||
+2
-2
@@ -187,7 +187,7 @@ if not config.non_matching:
|
||||
|
||||
# Tool versions
|
||||
config.binutils_tag = "2.42-1"
|
||||
config.compilers_tag = "20250812"
|
||||
config.compilers_tag = "20251118"
|
||||
config.dtk_tag = "v1.6.2"
|
||||
config.objdiff_tag = "v3.0.1"
|
||||
config.sjiswrap_tag = "v1.2.2"
|
||||
@@ -400,7 +400,7 @@ def MWVersion(cfg_version: str | None) -> str:
|
||||
# This was probably a change made in some compiler version in the early days of transitioning GC to Wii development,
|
||||
# but we don't have that version. GC/3.0a3 appears to have the best overall codegen of any available GC/Wii compiler
|
||||
# However GC/3.0a5 is required for the linker version, GC/3.0a3 won't work.
|
||||
return "GC/3.0a3t"
|
||||
return "GC/3.0a3p1"
|
||||
case "ShieldD":
|
||||
return "Wii/1.0"
|
||||
case "Shield":
|
||||
|
||||
Reference in New Issue
Block a user