From 191c2cdb1fb6c69f3b9c8ebefa625fefd4c1e65c Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Mon, 6 May 2024 17:18:57 -0600 Subject: [PATCH] Fixed wrong definitions --- soh/include/functions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/include/functions.h b/soh/include/functions.h index 08179b341a7..8a3a04c6f0c 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -2354,7 +2354,7 @@ s32 __osCheckPackId(OSPfs* pfs, __OSPackId* check); s32 __osGetId(OSPfs* pfs); s32 __osCheckId(OSPfs* pfs); s32 __osPfsRWInode(OSPfs* pfs, __OSInode* inode, u8 flag, u8 bank); -void guMtxL2F(MtxF* m1, Mtx* m2); +void guMtxL2F(float m1[4][4], Mtx* m2); s32 osPfsFindFile(OSPfs* pfs, u16 companyCode, u32 gameCode, u8* gameName, u8* extName, s32* fileNo); s32 osAfterPreNMI(void); s32 osContStartQuery(OSMesgQueue* mq); @@ -2408,7 +2408,7 @@ u32 __osSpGetStatus(void); void __osSpSetStatus(u32 status); void osWritebackDCacheAll(void); OSThread* __osGetCurrFaultedThread(void); -void guMtxF2L(MtxF* m1, Mtx* m2); +void guMtxF2L(float mf[4][4], Mtx* m2); // ? __d_to_ll(?); // ? __f_to_ll(?); // ? __d_to_ull(?);