From fc31053cb6cbae738923c93f4ab574b06334d73d Mon Sep 17 00:00:00 2001 From: kipcode66 Date: Sun, 7 Dec 2025 00:08:05 -0500 Subject: Improving compatibility with standard cpp compiler (#2920) * Improving compatibility with standard cpp compiler * Add __REGISTER macro for non mwcc compatibility * Fix for PR comments * fix missing define for revolution * Simplifying cSAngle conversion --- include/JSystem/J3DGraphAnimator/J3DSkinDeform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/JSystem/J3DGraphAnimator') diff --git a/include/JSystem/J3DGraphAnimator/J3DSkinDeform.h b/include/JSystem/J3DGraphAnimator/J3DSkinDeform.h index 89331247ec..fd906d8a3c 100644 --- a/include/JSystem/J3DGraphAnimator/J3DSkinDeform.h +++ b/include/JSystem/J3DGraphAnimator/J3DSkinDeform.h @@ -100,7 +100,7 @@ public: /* 0x10 */ u32 mFlags; }; // Size: 0x14 -inline void J3DFillZero32B(register void* param_0, register u32 param_1) { +inline void J3DFillZero32B(__REGISTER void* param_0, __REGISTER u32 param_1) { #ifdef __MWERKS__ asm { srwi param_1, param_1, 5 -- cgit v1.2.3