commit
283a66c1b6
6 changed files with 1843 additions and 25 deletions
12
include/REL/m455Dll.h
Normal file
12
include/REL/m455Dll.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef M455DLL_H
|
||||
#define M455DLL_H
|
||||
|
||||
#include "game/object.h"
|
||||
|
||||
void fn_1_32C4(Process *objman);
|
||||
void fn_1_340C(void);
|
||||
s32 fn_1_6698(Vec *arg0, float arg1, float arg2, s32 arg3);
|
||||
float fn_1_687C(void);
|
||||
s32 fn_1_6CB0(Vec *arg0, float arg1);
|
||||
|
||||
#endif
|
||||
|
|
@ -19,8 +19,9 @@ void GXSetTevIndirect(GXTevStageID tev_stage, GXIndTexStageID ind_stage, GXIndTe
|
|||
GXIndTexBiasSel bias_sel, GXIndTexMtxID matrix_sel, GXIndTexWrap wrap_s,
|
||||
GXIndTexWrap wrap_t, GXBool add_prev, GXBool ind_lod,
|
||||
GXIndTexAlphaSel alpha_sel);
|
||||
void GXSetTevIndWarp(GXTevStageID tev_stage, GXIndTexStageID ind_stage, GXBool signed_offsets,
|
||||
GXBool replace_mode, GXIndTexMtxID matrix_sel);
|
||||
//Must be implicit to match m455dll
|
||||
//void GXSetTevIndWarp(GXTevStageID tev_stage, GXIndTexStageID ind_stage, GXBool signed_offsets,
|
||||
// GXBool replace_mode, GXIndTexMtxID matrix_sel);
|
||||
|
||||
void GXSetTevIndTile (GXTevStageID tev_stage, GXIndTexStageID ind_stage,
|
||||
u16 tilesize_s, u16 tilesize_t,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue