mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-27 06:31:42 -04:00
some cleanup of f_pc/f_op files (#2254)
* cleanup f_pc files * cleanup f_op files * fix a couple f_op_actor_mng functions * minor JSystem work
This commit is contained in:
@@ -7,18 +7,17 @@
|
||||
#include "f_pc/f_pc_layer.h"
|
||||
#include "f_pc/f_pc_stdcreate_req.h"
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 803F1DD8-803F1DE8 01EAF8 0010+00 1/1 0/0 0/0 .bss l_fopCamM_id */
|
||||
static u32 l_fopCamM_id[4];
|
||||
static fpc_ProcID l_fopCamM_id[4];
|
||||
|
||||
/* 8001E308-8001E310 018C48 0008+00 0/0 12/12 2/2 .text fopCamM_GetParam__FP12camera_class */
|
||||
u32 fopCamM_GetParam(camera_class* i_this) {
|
||||
return i_this->mBase.mParameters;
|
||||
return i_this->base.parameters;
|
||||
}
|
||||
|
||||
/* 8001E310-8001E374 018C50 0064+00 0/0 1/1 0/0 .text fopCamM_Create__FisPv */
|
||||
u32 fopCamM_Create(int i_cameraIdx, s16 i_procName, void* param_3) {
|
||||
l_fopCamM_id[i_cameraIdx] = fpcSCtRq_Request(fpcLy_CurrentLayer(), i_procName, 0, 0, param_3);
|
||||
fpc_ProcID fopCamM_Create(int i_cameraIdx, s16 i_procName, void* i_append) {
|
||||
l_fopCamM_id[i_cameraIdx] = fpcSCtRq_Request(fpcLy_CurrentLayer(), i_procName, NULL, NULL, i_append);
|
||||
return l_fopCamM_id[i_cameraIdx];
|
||||
}
|
||||
|
||||
@@ -26,4 +25,4 @@ u32 fopCamM_Create(int i_cameraIdx, s16 i_procName, void* param_3) {
|
||||
void fopCamM_Management() {}
|
||||
|
||||
/* 8001E378-8001E37C 018CB8 0004+00 0/0 1/1 0/0 .text fopCamM_Init__Fv */
|
||||
void fopCamM_Init() {}
|
||||
void fopCamM_Init() {}
|
||||
|
||||
Reference in New Issue
Block a user