summaryrefslogtreecommitdiff
path: root/include/f_pc
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2022-12-27 22:45:07 -0700
committerGitHub <noreply@github.com>2022-12-27 22:45:07 -0700
commit0b97dfb6e59f859f14cab2df44baddce64dd293d (patch)
treeffe2493ed4201bef2315a00cd932c6573d0a6840 /include/f_pc
parent7cac806b68026956bc4e6d143b8c6c7e182ea58a (diff)
f_op_camera full match (#225)
Diffstat (limited to 'include/f_pc')
-rw-r--r--include/f_pc/f_pc_leaf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/f_pc/f_pc_leaf.h b/include/f_pc/f_pc_leaf.h
index c81df8d181..05b85796ab 100644
--- a/include/f_pc/f_pc_leaf.h
+++ b/include/f_pc/f_pc_leaf.h
@@ -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);