resolve various core2 warnings
This commit is contained in:
@@ -41,7 +41,7 @@ s32 func_8024E640(s32 controller_index, s32 dst[3]);
|
||||
f32 func_8024E668(s32 controller_index);
|
||||
s32 controller_getStartButton(s32 controller_index);
|
||||
s32 func_8024E698(s32 controller_index);
|
||||
void func_8024E6E0(s32 controller_index, s32 *dst[4]);
|
||||
void func_8024E6E0(s32 controller_index, s32 dst[4]);
|
||||
void controller_getJoystick(s32 controller_index, f32 dst[2]);
|
||||
void pfsManager_update(void);
|
||||
void pfsManager_readData();
|
||||
|
@@ -615,9 +615,9 @@ typedef struct {
|
||||
} Struct6Bs;
|
||||
|
||||
typedef struct{
|
||||
s32 (* unk0)(struct actorMarker_s *, f32[3], f32[3], f32[3], s32);
|
||||
s32 (* unk4)(struct actorMarker_s *, f32[3], f32[3], f32, f32[3], s32, u32);
|
||||
s32 (* unk8)(struct actorMarker_s *, f32[3], f32, f32[3], s32);
|
||||
BKCollisionTri * (* unk0)(struct actorMarker_s *, f32[3], f32[3], f32[3], s32);
|
||||
BKCollisionTri *(* unk4)(struct actorMarker_s *, f32[3], f32[3], f32, f32[3], s32, u32);
|
||||
BKCollisionTri *(* unk8)(struct actorMarker_s *, f32[3], f32, f32[3], s32);
|
||||
s32 (* unkC)(struct actorMarker_s *, f32[3], f32, f32[3], s32);
|
||||
} Struct6Cs;
|
||||
|
||||
|
Reference in New Issue
Block a user