mirror of
https://github.com/zeldaret/tp
synced 2026-06-27 18:53:08 -04:00
f_op debug work (#2991)
* f_op debug 1 * f_op debug 2 * f_op debug 3 * f_op debug 4 * f_op debug 5 * f_op_debug fix build * f_op linking * remove goto in fopac_create * fix regressions * fix regressions * pr comments
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
*/
|
||||
|
||||
#include "f_op/f_op_camera_mng.h"
|
||||
#include "f_pc/f_pc_layer.h"
|
||||
#include "f_pc/f_pc_stdcreate_req.h"
|
||||
|
||||
static fpc_ProcID l_fopCamM_id[4];
|
||||
|
||||
@@ -13,6 +11,10 @@ u32 fopCamM_GetParam(camera_class* i_this) {
|
||||
return fpcM_GetParam(i_this);
|
||||
}
|
||||
|
||||
void dummy(fpc_ProcID i_procName) {
|
||||
fpcM_SearchByID(i_procName);
|
||||
}
|
||||
|
||||
fpc_ProcID fopCamM_Create(int i_cameraIdx, s16 i_procName, void* i_append) {
|
||||
l_fopCamM_id[i_cameraIdx] = fpcM_Create(i_procName, NULL, i_append);
|
||||
return l_fopCamM_id[i_cameraIdx];
|
||||
|
||||
Reference in New Issue
Block a user