lyt_common match

This commit is contained in:
elijah-thomas774
2024-05-12 20:23:22 -04:00
parent 62e0778390
commit fa9a9ce949
157 changed files with 5276 additions and 5580 deletions
+7
View File
@@ -59,6 +59,13 @@ typedef struct ARCHandle {
s32 entrynum; // at 0x18
} ARCHandle;
typedef struct ARCDir {
ARCHeader *handle; // at 0x0
u32 entryNum; // at 0x4
u32 location; // at 0x8
u32 next; // at 0xC
} ARCDir;
typedef struct ARCFileInfo {
ARCHandle *handle; // at 0x0
u32 offset; // at 0x4
+5 -1
View File
@@ -56,9 +56,13 @@ typedef struct _GXLightObjImpl {
} GXLightObjImpl;
typedef struct _GXTexObjImpl {
u8 todo;
u8 todo[0x20];
} GXTexObjImpl;
typedef struct _GXTlutObjImpl {
u8 todo[0xC];
} GXTlutObjImpl;
#ifdef __cplusplus
}
#endif
+1
View File
@@ -7,6 +7,7 @@ extern "C" {
#endif
GX_DECL_PUBLIC_STRUCT(GXTexObj, 32);
GX_DECL_PUBLIC_STRUCT(GXTlutObj, 12);
void __GXSetSUTexRegs(void);