mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 14:20:11 +00:00
Decompile sleep.c and printutils.c
- Decompile sleep.c (OK) - Decompile printutils.c (OK) - Fix 1 non-matching in z_room.c - Get rid of some magic numbers
This commit is contained in:
parent
0a25ab74c4
commit
d0cf6e153b
20 changed files with 94 additions and 308 deletions
|
@ -8,7 +8,7 @@ typedef struct {
|
|||
u32 ins_0C; // nop
|
||||
} struct_exceptionPreamble;
|
||||
|
||||
u64 osClockRate = 62500000;
|
||||
u64 osClockRate = OS_CLOCK_RATE;
|
||||
u32 osViClock = VI_NTSC_CLOCK;
|
||||
u32 __osShutdown = 0;
|
||||
u32 __OSGlobalIntMask = 0x003FFF01;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue