switch to dtk setup (#2203)

* switch to dtk setup

* some cleanup / fixes

* cleanup d_a_alink literals

* Restore doxygen, update CI & README.md (#1)

* Fix build image ref (#2)

---------

Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
TakaRikka
2024-10-10 07:29:58 -07:00
committed by GitHub
parent 2fd702c0ac
commit 12eb254d76
33438 changed files with 370506 additions and 3055930 deletions
+2 -7
View File
@@ -6,7 +6,7 @@
#include "m_Do/m_Do_lib.h"
#include "JSystem/J3DGraphBase/J3DMatBlock.h"
#include "SSystem/SComponent/c_math.h"
#include "d/com/d_com_inf_game.h"
#include "d/d_com_inf_game.h"
#include "dolphin/types.h"
/* 8001513C-8001528C 00FA7C 0150+00 0/0 3/3 2/2 .text
@@ -123,9 +123,4 @@ void mDoLib_pos2camera(Vec* src, Vec* dst) {
return;
}
cMtx_multVec(dComIfGd_getView()->mViewMtx, src, dst);
}
// Fake function to make the weak function calcAlphaCmpID appear in this TU
u32 mDoLib_calcAlphaCmpID(u8 param_0, u8 param_1, u8 param_2) {
return calcAlphaCmpID(param_0, param_1, param_2);
}
}