Merge remote-tracking branch 'decomp/main' into compile

This commit is contained in:
kipcode66
2026-01-26 18:11:18 -05:00
646 changed files with 5742 additions and 1789 deletions
+2 -2
View File
@@ -9,9 +9,9 @@
#ifdef __MWERKS__
#include <cmath>
#else
#include "dusk/math.h"
#include <dusk/math.h>
#endif
#include "dolphin/gx.h"
#include <dolphin/gx.h>
void J2DTexMtx::load(u32 mtxIdx) {
GXLoadTexMtxImm(mTexMtx, mtxIdx * 3 + GX_TEXMTX0, (GXTexMtxType)mInfo.mTexMtxType);