mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-04 09:11:42 -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:
@@ -8,14 +8,11 @@
|
||||
#include "d/d_com_inf_actor.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 80450610-80450618 000090 0008+00 0/0 1/1 0/0 .sdata g_dComIfAc_gameInfo */
|
||||
dComIfAc_info_c g_dComIfAc_gameInfo = {
|
||||
0, // field_0x0
|
||||
false, // mPause
|
||||
};
|
||||
|
||||
/* 80450618-80450620 000098 0004+04 0/0 2/2 7/7 .sdata g_dComIfGoat_gameInfo */
|
||||
dComIfGoat_info_c g_dComIfGoat_gameInfo = {
|
||||
NULL, // field_0x0
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user