mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
padmgr and related (#71)
* In process of moving changes over from old repo * Merged in changes * Finished import of padmgr changes from old repo * Adjusted some volatile * Improving padmgr volatile situation * Almost matched osReadMempak * Working on osMempakDataCRC * Explanations and equivalents but no matches for osMempakAddrCRC and osMempakDataCRC * OK after merge * Matched osMempakAddrCRC and osMempakDataCRC * Matched osReadMempak * Updated PadMgr function names to be less like original code * Changed variable names to make them further from original code * Changed names and it stopped matching * Undid clang-format steamrollering whitespace memes * Cleaned up Input names * More formatting changes * Moved padmgr to z64.h, deleted padmgr.h
This commit is contained in:
parent
16646aa34d
commit
5aef81071e
45 changed files with 640 additions and 789 deletions
|
@ -847,7 +847,7 @@ extern s32 gSystemArenaLogSeverity;
|
|||
//extern u32 gOsContInitialized = 0;
|
||||
//extern ? D_80134CF0;
|
||||
//extern ? D_80134CF4;
|
||||
//extern ? D_80134D20;
|
||||
extern s32 D_80134D20;
|
||||
//extern ? D_80135130;
|
||||
//extern ? D_80135158;
|
||||
extern char D_80135180[];
|
||||
|
@ -3807,7 +3807,7 @@ extern Arena gSystemArena;
|
|||
//extern OSMesgQueue _osContMesgQueue;
|
||||
//extern OSMesg _osContMesgBuff[4];
|
||||
//extern ? D_80175860;
|
||||
//extern ? D_80175960;
|
||||
extern pif_data_buffer_t pifMempakBuf;
|
||||
//extern ? D_801759A0;
|
||||
//extern ? D_801759A4;
|
||||
//extern ? D_801759A8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue