mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 17:48:21 -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:
@@ -12,9 +12,7 @@ extern void mDoGph_AfterOfDraw();
|
||||
extern void mDoGph_Painter();
|
||||
extern void mDoGph_Create();
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 803C3528-803C3540 0018+00 s=0 e=3 z=0 None .data g_cAPI_Interface */
|
||||
cAPI_Interface g_cAPI_Interface = {
|
||||
mDoGph_Create, mDoGph_BeforeOfDraw, mDoGph_AfterOfDraw,
|
||||
mDoGph_Painter, mDoGph_BlankingON, mDoGph_BlankingOFF,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user