diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-22 00:37:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-22 00:37:28 -0400 |
| commit | cb4fe5cf2766357f9bee2dc44ceed78bed6f7c42 (patch) | |
| tree | 824cf63f22c7e3a55ae397816548ee8027d39523 /src/JSystem/J3DGraphBase | |
| parent | a32174dff6bbac81945505d8d86e125ce3443405 (diff) | |
| parent | e22f51b444aa88639801195bef3c5142a47e5515 (diff) | |
Merge pull request #860 from LagoLunatic/pch
Use precompiled header (dolzel.pch), fix weak data issues and weak function ordering issues
Diffstat (limited to 'src/JSystem/J3DGraphBase')
| -rw-r--r-- | src/JSystem/J3DGraphBase/J3DMatBlock.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/JSystem/J3DGraphBase/J3DMatBlock.cpp b/src/JSystem/J3DGraphBase/J3DMatBlock.cpp index 161a205c..adf20758 100644 --- a/src/JSystem/J3DGraphBase/J3DMatBlock.cpp +++ b/src/JSystem/J3DGraphBase/J3DMatBlock.cpp @@ -14,11 +14,6 @@ #include "dolphin/types.h" #include "string.h" -inline GXAttnFn J3DColorChan::getAttnFn() { - u8 attnFnTbl[] = { GX_AF_NONE, GX_AF_SPEC, GX_AF_NONE, GX_AF_SPOT }; - return GXAttnFn(attnFnTbl[mChanCtrl >> 9 & 0x03]); -} - extern bool isTexNoReg(void*); extern u16 getTexNoReg(void*); extern void loadTexNo(u32, const u16 &); |
