mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 12:39:27 -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:
@@ -2005,7 +2005,6 @@ static leafdraw_method_class l_dScnMenu_Method = {
|
||||
(process_method_func)dScnMenu_Draw,
|
||||
};
|
||||
|
||||
/* 803C3018-803C3040 -00001 0028+00 0/0 0/0 1/0 .data g_profile_MENU_SCENE */
|
||||
extern scene_process_profile_definition g_profile_MENU_SCENE = {
|
||||
fpcLy_ROOT_e, // mLayerID
|
||||
1, // mListID
|
||||
@@ -2019,7 +2018,6 @@ extern scene_process_profile_definition g_profile_MENU_SCENE = {
|
||||
(process_method_class*)&l_dScnMenu_Method, // mpMtd
|
||||
};
|
||||
#else
|
||||
/* 803C3018-803C3040 -00001 0028+00 0/0 0/0 1/0 .data g_profile_MENU_SCENE */
|
||||
extern scene_process_profile_definition g_profile_MENU_SCENE = {
|
||||
fpcLy_ROOT_e, // mLayerID
|
||||
1, // mListID
|
||||
|
||||
Reference in New Issue
Block a user