mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
Decompile osInitialize
This commit is contained in:
@@ -57,7 +57,7 @@ extern u32 __osViDevMgr;
|
||||
extern u32 var8005cefc;
|
||||
extern OSDevMgr __osPiDevMgr;
|
||||
extern u32 var8005cf30;
|
||||
extern u32 var8005cf60;
|
||||
extern OSTime osClockRate;
|
||||
extern u32 osViClock;
|
||||
extern u32 var8005cf6c;
|
||||
extern u32 __osGlobalIntMask;
|
||||
|
||||
@@ -358,6 +358,7 @@ extern u32 piEventQueue;
|
||||
extern u32 piEventBuf;
|
||||
extern u32 var800907f0;
|
||||
extern u32 __osPfsPifRam;
|
||||
extern u32 __osFinalRom;
|
||||
extern u32 var80090a70;
|
||||
extern u32 var80090ab0;
|
||||
extern u32 var80090ad0;
|
||||
|
||||
@@ -29,8 +29,8 @@ void __osPiGetAccess();
|
||||
void __osSetSR(u32);
|
||||
u32 __osGetSR();
|
||||
void __osSetFpcCsr(u32);
|
||||
s32 __osSiRawReadIo(void*, u32*);
|
||||
s32 __osSiRawWriteIo(void*, u32);
|
||||
s32 __osSiRawReadIo(u32, u32*);
|
||||
s32 __osSiRawWriteIo(u32, u32);
|
||||
s32 osPiRawReadIo(u32 a0, u32 *a1);
|
||||
void __osSpSetStatus(u32);
|
||||
u32 __osSpGetStatus();
|
||||
|
||||
Reference in New Issue
Block a user