diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-28 17:52:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-28 20:52:45 -0400 |
| commit | f7f38ff87498b6b18fe524d6750d1eef7e9f579a (patch) | |
| tree | d5d0b665756303884f1054b13dab70bff502bcc3 /src/code/sys_math3d.c | |
| parent | 04498f808f6607616e587d31d0518292a736d378 (diff) | |
[PAL N64] Completely match pal-1.0 and pal-1.1 and add to CI (#2246)
* [PAL N64] Match pal-1.0 and pal-1.1 and add to CI
* bss fixes from Jenkins
Diffstat (limited to 'src/code/sys_math3d.c')
| -rw-r--r-- | src/code/sys_math3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/sys_math3d.c b/src/code/sys_math3d.c index eefc4a9de..8a1328e68 100644 --- a/src/code/sys_math3d.c +++ b/src/code/sys_math3d.c @@ -6,7 +6,7 @@ #include "sys_math3d.h" #pragma increment_block_number "gc-eu:104 gc-eu-mq:104 gc-jp:104 gc-jp-ce:104 gc-jp-mq:104 gc-us:104 gc-us-mq:104" \ - "ntsc-1.2:79" + "ntsc-1.2:79 pal-1.0:80 pal-1.1:80" s32 Math3D_LineVsLineClosestTwoPoints(Vec3f* lineAPointA, Vec3f* lineAPointB, Vec3f* lineBPointA, Vec3f* lineBPointB, Vec3f* lineAClosestToB, Vec3f* lineBClosestToA); |
