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 /include/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 'include/JSystem')
| -rw-r--r-- | include/JSystem/J3DGraphBase/J3DTransform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphBase/J3DTransform.h b/include/JSystem/J3DGraphBase/J3DTransform.h index 9b4fad8ce3..5dccb2bc9b 100644 --- a/include/JSystem/J3DGraphBase/J3DTransform.h +++ b/include/JSystem/J3DGraphBase/J3DTransform.h @@ -47,7 +47,7 @@ struct J3DTransformInfo { extern J3DTransformInfo const j3dDefaultTransformInfo; extern Vec const j3dDefaultScale; extern Mtx const j3dDefaultMtx; -extern f32 PSMulUnit01[]; +extern f32 const PSMulUnit01[]; void J3DGQRSetup7(u32 param_0, u32 param_1, u32 param_2, u32 param_3); void J3DCalcBBoardMtx(f32 (*)[4]); |
