ported over f_pc

This commit is contained in:
lepelog
2021-04-01 12:06:29 +02:00
parent 87bc0e711b
commit 53c6aa6c8b
62 changed files with 2202 additions and 3049 deletions
+2 -31
View File
@@ -7,41 +7,12 @@
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Types:
//
struct node_list_class {};
struct node_class {};
//
// Forward References:
//
void fpcMtdIt_Method(node_list_class*, int (*)(void*));
extern "C" void fpcMtdIt_Method__FP15node_list_classPFPv_i();
//
// External References:
//
void cLsIt_Method(node_list_class*, int (*)(node_class*, void*), void*);
extern "C" void cLsIt_Method__FP15node_list_classPFP10node_classPv_iPv();
//
// Declarations:
//
/* 80023764-80023788 0024+00 s=0 e=1 z=0 None .text fpcMtdIt_Method__FP15node_list_classPFPv_i
*/
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void fpcMtdIt_Method(node_list_class* param_0, int (*)(void*)) {
nofralloc
#include "asm/f_pc/f_pc_method_iter/fpcMtdIt_Method__FP15node_list_classPFPv_i.s"
void fpcMtdIt_Method(node_list_class* pList, fpcMtdIt_MethodFunc pMethod) {
cLsIt_Method(pList, (cNdIt_MethodFunc)pMethod, NULL);
}
#pragma pop