mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-21 14:53:30 -04:00
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
This commit is contained in:
@@ -6,17 +6,14 @@
|
||||
#include "SSystem/SComponent/c_API_graphic.h"
|
||||
#include "SSystem/SComponent/c_API.h"
|
||||
|
||||
/* 802632C8-802632F8 0030+00 s=0 e=1 z=0 None .text cAPIGph_Painter__Fv */
|
||||
void cAPIGph_Painter() {
|
||||
g_cAPI_Interface.painterMtd();
|
||||
}
|
||||
|
||||
/* 802632F8-80263328 0030+00 s=0 e=1 z=0 None .text cAPIGph_BeforeOfDraw__Fv */
|
||||
void cAPIGph_BeforeOfDraw() {
|
||||
g_cAPI_Interface.beforeOfDrawMtd();
|
||||
}
|
||||
|
||||
/* 80263328-80263358 0030+00 s=0 e=1 z=0 None .text cAPIGph_AfterOfDraw__Fv */
|
||||
void cAPIGph_AfterOfDraw() {
|
||||
g_cAPI_Interface.afterOfDrawMtd();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user