diff options
| author | briaguya <70942617+briaguya-ai@users.noreply.github.com> | 2024-05-08 00:13:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-08 00:13:47 -0400 |
| commit | 0976198f2c4c47ba35ce4a2886085a7bc4c5c2bc (patch) | |
| tree | b8273ad949edd24521e14247a72ab1431115bf55 /soh/include/functions.h | |
| parent | 52fad95a2c962288cb27d2a76d119d6245765acc (diff) | |
get soh working with latest lus (#4132)
Diffstat (limited to 'soh/include/functions.h')
| -rw-r--r-- | soh/include/functions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/soh/include/functions.h b/soh/include/functions.h index 08179b341..b9e1f6981 100644 --- a/soh/include/functions.h +++ b/soh/include/functions.h @@ -2354,7 +2354,6 @@ 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); s32 osPfsFindFile(OSPfs* pfs, u16 companyCode, u32 gameCode, u8* gameName, u8* extName, s32* fileNo); s32 osAfterPreNMI(void); s32 osContStartQuery(OSMesgQueue* mq); @@ -2408,7 +2407,6 @@ u32 __osSpGetStatus(void); void __osSpSetStatus(u32 status); void osWritebackDCacheAll(void); OSThread* __osGetCurrFaultedThread(void); -void guMtxF2L(MtxF* m1, Mtx* m2); // ? __d_to_ll(?); // ? __f_to_ll(?); // ? __d_to_ull(?); |
