mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 19:35:28 +00:00
Miscellaneous libultra header fixes (#2139)
* Miscellaneous libultra header fixes * Fix bss? * Reword RCP timeout
This commit is contained in:
parent
53b2110373
commit
2ce648a7c6
19 changed files with 69 additions and 64 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
extern Mtx D_01000000;
|
||||
|
||||
extern u32 osTvType;
|
||||
extern u32 osRomBase;
|
||||
extern u32 osResetType;
|
||||
extern u32 osCicId;
|
||||
extern void* osRomBase;
|
||||
extern s32 osTvType;
|
||||
extern s32 osResetType;
|
||||
extern s32 osCicId;
|
||||
extern u32 osMemSize;
|
||||
extern u8 osAppNMIBuffer[0x40];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue