J3DShapeMtx

This commit is contained in:
Jcw87
2023-09-28 07:28:11 -07:00
parent f712d06dc0
commit 4cba40e699
7 changed files with 190 additions and 141 deletions
+3 -5
View File
@@ -4,9 +4,7 @@
//
#include "JSystem/J3DGraphBase/J3DShapeMtx.h"
#include "dolphin/types.h"
/* 80256F80-80256F88 .text getUseMtxNum__11J3DShapeMtxCFv */
u32 J3DShapeMtx::getUseMtxNum() const {
return 1;
}
// generate getUseMtxNum weak function.
static void dummy(J3DShapeMtx* shapeMtx) { shapeMtx->getUseMtxNum(); }