From 16a2980f5a2e6a9c00a05077eeab513f74fcff72 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sun, 21 Dec 2025 13:46:14 -0500 Subject: Update to objdiff 3.5.0 (#2980) * Update to objdiff 3.5.0 * Fix symbols being in .data instead of .rodata for Wii/Shield --- include/JSystem/J3DGraphBase/J3DTransform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem') 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]); -- cgit v1.2.3