diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-09 01:17:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-08 22:17:20 -0700 |
| commit | 6672817e41064e04951ec28d51070b66fc8377ac (patch) | |
| tree | eea728f5e693d69e48800875a281350d59841789 /src/JSystem/J3DGraphAnimator/J3DMtxBuffer.cpp | |
| parent | 396a464cc743a2b104e6d9b21a07c90e130860bc (diff) | |
JSystem work (#2384)
* object-id 100% on debug
Can't be linked due to .text alignment issues?
* J3DMaterialFactory and J3DMaterialFactory_v21 OK
* Match dKy_bg_MAxx_proc
Diffstat (limited to 'src/JSystem/J3DGraphAnimator/J3DMtxBuffer.cpp')
| -rw-r--r-- | src/JSystem/J3DGraphAnimator/J3DMtxBuffer.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/JSystem/J3DGraphAnimator/J3DMtxBuffer.cpp b/src/JSystem/J3DGraphAnimator/J3DMtxBuffer.cpp index 4fab18c4f6..0e462edb58 100644 --- a/src/JSystem/J3DGraphAnimator/J3DMtxBuffer.cpp +++ b/src/JSystem/J3DGraphAnimator/J3DMtxBuffer.cpp @@ -5,6 +5,7 @@ #include "JSystem/J3DGraphAnimator/J3DMtxBuffer.h" #include "JSystem/J3DGraphBase/J3DMaterial.h" +#include "JSystem/J3DGraphLoader/J3DModelLoader.h" #include "JSystem/JKernel/JKRHeap.h" /* 80326214-80326258 320B54 0044+00 0/0 1/1 0/0 .text initialize__12J3DMtxBufferFv */ @@ -31,10 +32,6 @@ enum { J3DMdlDataFlag_NoAnimation = 0x100, }; -static inline u32 getMdlDataFlag_MtxLoadType(u32 flag) { - return flag & 0x10; -} - s32 J3DMtxBuffer::create(J3DModelData* p_modelData, u32 flag) { s32 ret; |
