mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Use variable names from ghidra project. Reorganize some data tables and header files to work easier with it.
This commit is contained in:
+1
-9
@@ -26,7 +26,7 @@ void Dmamgr_osEPiStartDmaWrapper(OSPiHandle* pihandle, OSIoMesg* mb, s32 directi
|
||||
DmadataEntry* Dmamgr_FindDmaEntry(u32); // func_800808F4
|
||||
s32 Dmamgr_TranslateVromToRom(u32); // func_80080950
|
||||
s32 Dmamgr_FindDmaIndex(u32); // func_800809BC
|
||||
UNK_TYPE* func_800809F4(u32); // func_800809F4
|
||||
char* func_800809F4(u32); // func_800809F4
|
||||
void Dmamgr_HandleRequest(DmaRequest*); // func_80080A08
|
||||
void Dmamgr_ThreadEntry(void*); // func_80080B84
|
||||
s32 Dmamgr_SendRequest(DmaRequest*, UNK_FUN_ARG, UNK_PTR, UNK_TYPE, UNK_TYPE, OSMesgQueue*, UNK_TYPE); // func_80080C04
|
||||
@@ -6735,10 +6735,6 @@ UNK_RET func_808FC5BC(UNK_ARGS); // func_808FC5BC
|
||||
// UNK_RET func_809038A4(UNK_ARGS);
|
||||
// UNK_RET func_80903C60(UNK_ARGS);
|
||||
// UNK_RET func_80903E20(UNK_ARGS);
|
||||
// UNK_RET func_80908554(UNK_ARGS);
|
||||
// UNK_RET func_80908674(UNK_ARGS);
|
||||
// UNK_RET func_809086B4(UNK_ARGS);
|
||||
// UNK_RET func_80908734(UNK_ARGS);
|
||||
// UNK_RET func_809089B8(UNK_ARGS);
|
||||
// UNK_RET func_80908A64(UNK_ARGS);
|
||||
// UNK_RET func_80908B4C(UNK_ARGS);
|
||||
@@ -6746,10 +6742,6 @@ UNK_RET func_808FC5BC(UNK_ARGS); // func_808FC5BC
|
||||
// UNK_RET func_80909234(UNK_ARGS);
|
||||
// UNK_RET func_80909AD0(UNK_ARGS);
|
||||
// UNK_RET func_80909CC0(UNK_ARGS);
|
||||
// UNK_RET func_8090AB6C(UNK_ARGS);
|
||||
// UNK_RET func_8090C884(UNK_ARGS);
|
||||
// UNK_RET func_8090C8BC(UNK_ARGS);
|
||||
// UNK_RET func_8090C96C(UNK_ARGS);
|
||||
UNK_RET func_80917290(UNK_ARGS); // func_80917290
|
||||
UNK_RET func_809172E4(UNK_ARGS); // func_809172E4
|
||||
UNK_RET func_8091734C(UNK_ARGS); // func_8091734C
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
#ifndef _SEGMENT_H_
|
||||
#define _SEGMENT_H_
|
||||
|
||||
#include <PR/ultratypes.h>
|
||||
|
||||
extern UNK_TYPE D_060005D0; // D_060005D0
|
||||
extern UNK_TYPE D_06001100; // D_06001100
|
||||
extern UNK_TYPE D_06001228; // D_06001228
|
||||
extern UNK_TYPE D_06002D30; // D_06002D30
|
||||
|
||||
#endif
|
||||
+341
-297
File diff suppressed because it is too large
Load Diff
@@ -7,6 +7,7 @@
|
||||
#define UNK_TYPE1 s8
|
||||
#define UNK_TYPE2 s16
|
||||
#define UNK_TYPE4 s32
|
||||
#define UNK_TYPE8 s64
|
||||
#define UNK_PTR void*
|
||||
#define UNK_RET void
|
||||
#define UNK_FUN_ARG void(*)(void)
|
||||
|
||||
+14778
-13807
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user