mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 09:32:58 -04:00
lyt_common match
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -7,6 +7,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
GX_DECL_PUBLIC_STRUCT(GXTexObj, 32);
|
||||
GX_DECL_PUBLIC_STRUCT(GXTlutObj, 12);
|
||||
|
||||
void __GXSetSUTexRegs(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user