J3DMatBlock closer

This commit is contained in:
Jasper St. Pierre
2023-09-30 14:31:44 -07:00
parent a85fb7c63b
commit 57e735af39
2 changed files with 14 additions and 16 deletions
+5
View File
@@ -14,6 +14,11 @@
#include "dolphin/types.h"
#include "MSL_C/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 &);