dol2asm OK

This commit is contained in:
Julgodis
2021-03-28 22:49:05 +02:00
parent 3d66902e1a
commit 1e95d29b60
60106 changed files with 4755966 additions and 1107376 deletions
+58 -16
View File
@@ -1,24 +1,66 @@
//
// Generated By: dol2asm
// Translation Unit: c_API_graphic
//
/* c_API_graphic.cpp autogenerated by split.py v0.3 at 2020-12-31 13:52:43.596394 */
#include "dol2asm.h"
#include "dolphin/types.h"
#include "SSystem/SComponent/c_API_graphic.h"
#include "SComponent/c_API_graphic.h"
//
// Forward References:
//
typedef void (*cAPIGph_Mthd)(void);
extern cAPIGph_Mthd lbl_803C3528[6];
void cAPIGph_Painter();
void cAPIGph_BeforeOfDraw();
void cAPIGph_AfterOfDraw();
// cAPIGph_Painter__Fv
void cAPIGph_Painter(void) {
lbl_803C3528[3]();
extern "C" void cAPIGph_Painter__Fv();
extern "C" void cAPIGph_BeforeOfDraw__Fv();
extern "C" void cAPIGph_AfterOfDraw__Fv();
//
// External References:
//
extern "C" extern void* g_cAPI_Interface[6];
extern "C" extern void* g_cAPI_Interface[6];
//
// Declarations:
//
/* 802632C8-802632F8 0030+00 s=0 e=1 z=0 None .text cAPIGph_Painter__Fv */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void cAPIGph_Painter() {
nofralloc
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_Painter__Fv.s"
}
#pragma pop
// cAPIGph_BeforeOfDraw__Fv
// cAPIGph_BeforeOfDraw(void)
void cAPIGph_BeforeOfDraw(void) {
lbl_803C3528[1]();
/* 802632F8-80263328 0030+00 s=0 e=1 z=0 None .text cAPIGph_BeforeOfDraw__Fv */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void cAPIGph_BeforeOfDraw() {
nofralloc
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_BeforeOfDraw__Fv.s"
}
#pragma pop
/* 80263328-80263358 0030+00 s=0 e=1 z=0 None .text cAPIGph_AfterOfDraw__Fv */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void cAPIGph_AfterOfDraw() {
nofralloc
#include "asm/SSystem/SComponent/c_API_graphic/cAPIGph_AfterOfDraw__Fv.s"
}
#pragma pop
// cAPIGph_AfterOfDraw__Fv
// cAPIGph_AfterOfDraw(void)
void cAPIGph_AfterOfDraw(void) {
lbl_803C3528[2]();
}