diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-21 13:46:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-21 10:46:14 -0800 |
| commit | 16a2980f5a2e6a9c00a05077eeab513f74fcff72 (patch) | |
| tree | 1c53405a44b0b63478250da5bf18507a2ec8081a /src/JSystem | |
| parent | 48f1d47690d0a43a77f7ae210b0cf21a6bc835bc (diff) | |
Update to objdiff 3.5.0 (#2980)
* Update to objdiff 3.5.0
* Fix symbols being in .data instead of .rodata for Wii/Shield
Diffstat (limited to 'src/JSystem')
| -rw-r--r-- | src/JSystem/J3DGraphBase/J3DTransform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DTransform.cpp b/src/JSystem/J3DGraphBase/J3DTransform.cpp index 890d40dee5..b13262e852 100644 --- a/src/JSystem/J3DGraphBase/J3DTransform.cpp +++ b/src/JSystem/J3DGraphBase/J3DTransform.cpp @@ -541,7 +541,7 @@ loop: } #endif // clang-format on -extern f32 PSMulUnit01[] = { +extern f32 const PSMulUnit01[] = { 0.0f, -1.0f, }; |
