diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:50:22 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:50:22 +0200 |
commit | 6239e413783793c096ac91f1cab90ee9c9583ad1 (patch) | |
tree | f51d2e0428ee2ff597c6abce324cb27b2009ac66 /arm9/lib/NitroSDK/src/GX_g3_util.c | |
parent | 610a801e1793ae3242aee3855bceae30aff019f6 (diff) | |
parent | 0c2db8de60375ab8c450ea64320feb22431f43aa (diff) |
Merge branch 'master' into unk_02005CFC
Diffstat (limited to 'arm9/lib/NitroSDK/src/GX_g3_util.c')
-rw-r--r-- | arm9/lib/NitroSDK/src/GX_g3_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/NitroSDK/src/GX_g3_util.c b/arm9/lib/NitroSDK/src/GX_g3_util.c index e647f1c7..b4fdd0cc 100644 --- a/arm9/lib/NitroSDK/src/GX_g3_util.c +++ b/arm9/lib/NitroSDK/src/GX_g3_util.c @@ -165,7 +165,7 @@ ARM_FUNC void G3i_OrthoW_(fx32 top, fx32 bottom, fx32 left, fx32 right, fx32 nea } } -ARM_FUNC void G3i_LookAt_(struct Vecx32 *a, struct Vecx32 *b, struct Vecx32 *c, u32 load, struct Mtx44 *mtx){ +ARM_FUNC void G3i_LookAt_(const struct Vecx32 *a, const struct Vecx32 *b, const struct Vecx32 *c, BOOL load, struct Mtx43 *mtx){ struct Vecx32 temp, temp1, temp2; fx32 c1, c2, c3; vu32 *reg_ptr; |