f_op_camera full match (#225)

This commit is contained in:
Pheenoh
2022-12-27 22:45:07 -07:00
committed by GitHub
parent 7cac806b68
commit 0b97dfb6e5
5 changed files with 41 additions and 120 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
#define F_F_OP_CAMERA_H_
#include "f_op/f_op_camera_mng.h"
static s32 fopCam_Draw(camera_class* param_1);
static void fopCam_Execute(camera_class* pCamera);
static int fopCam_Execute(camera_class* pCamera);
int fopCam_IsDelete(camera_class* pCamera);
#endif
+3
View File
@@ -25,6 +25,9 @@ typedef struct leaf_process_profile_definition {
/* 0x28 */ int field_0x28;
/* 0x2C */ u8 field_0x2c;
/* 0x2D */ u8 field_0x2d;
/* 0x2E */ u8 field_0x2e[0x2]; // extended from here to end to make fopCam_Create match. might be wrong
/* 0x30 */ u8 field_0x30[0xc];
/* 0x3C */ leafdraw_method_class* mMethods;
} leaf_process_profile_definition;
s32 fpcLf_GetPriority(const leafdraw_class* pLeaf);