mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 05:15:16 +00:00
Match and improve some non matchings (#254)
This commit is contained in:
parent
4e1fc875c3
commit
106f7a3f6a
12 changed files with 51 additions and 451 deletions
|
@ -162,6 +162,7 @@ s32 __osCheckPackId(OSPfs* pfs, __OSPackId* temp) {
|
|||
}
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
// regalloc differences, probably the same issue as osPfsInitPak
|
||||
s32 __osGetId(OSPfs* pfs) {
|
||||
|
||||
u16 sum, isum;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include <global.h>
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
// regalloc with temp registers
|
||||
// regalloc differences, probably the same issue as __osGetId
|
||||
s32 osPfsInitPak(OSMesgQueue* queue, OSPfs* pfs, s32 channel) {
|
||||
s32 ret = 0;
|
||||
u16 sum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue