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:
TakaRikka
2024-11-29 08:24:26 -08:00
committed by GitHub
parent 6482fe7535
commit 073992df8d
903 changed files with 6835 additions and 6587 deletions
+9 -9
View File
@@ -152,7 +152,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP0 = {
0,
fpcPi_CURRENT_e,
PROC_OVERLAP0,
&g_fpcLf_Method.mBase,
&g_fpcLf_Method.base,
sizeof(overlap1_class),
0,
0,
@@ -167,7 +167,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP1 = {
0,
fpcPi_CURRENT_e,
PROC_OVERLAP1,
&g_fpcLf_Method.mBase,
&g_fpcLf_Method.base,
sizeof(overlap1_class),
0,
0,
@@ -182,7 +182,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP6 = {
0,
fpcPi_CURRENT_e,
PROC_OVERLAP6,
&g_fpcLf_Method.mBase,
&g_fpcLf_Method.base,
sizeof(overlap1_class),
0,
0,
@@ -197,7 +197,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP7 = {
0,
fpcPi_CURRENT_e,
PROC_OVERLAP7,
&g_fpcLf_Method.mBase,
&g_fpcLf_Method.base,
sizeof(overlap1_class),
0,
0,
@@ -212,7 +212,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP8 = {
0,
fpcPi_CURRENT_e,
PROC_OVERLAP8,
&g_fpcLf_Method.mBase,
&g_fpcLf_Method.base,
sizeof(overlap1_class),
0,
0,
@@ -227,7 +227,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP9 = {
0,
fpcPi_CURRENT_e,
PROC_OVERLAP9,
&g_fpcLf_Method.mBase,
&g_fpcLf_Method.base,
sizeof(overlap1_class),
0,
0,
@@ -242,7 +242,7 @@ extern overlap_process_profile_definition g_profile_OVERLAP10 = {
0,
fpcPi_CURRENT_e,
PROC_OVERLAP10,
&g_fpcLf_Method.mBase,
&g_fpcLf_Method.base,
sizeof(overlap1_class),
0,
0,
@@ -257,11 +257,11 @@ extern overlap_process_profile_definition g_profile_OVERLAP11 = {
0,
fpcPi_CURRENT_e,
PROC_OVERLAP11,
&g_fpcLf_Method.mBase,
&g_fpcLf_Method.base,
sizeof(overlap1_class),
0,
0,
&g_fopOvlp_Method,
782,
&l_dOvlpFd_Method,
};
};