Minor clean ups and match m428Dll main.c and map.c (#536)
* Minor cleanups and fixes * Match m428Dll main.c and map.c
This commit is contained in:
parent
77da4907df
commit
2a3c353029
12 changed files with 2650 additions and 254 deletions
|
|
@ -20,6 +20,8 @@ void GXLoadPosMtxImm(f32 mtx[3][4], u32 id);
|
|||
void GXLoadNrmMtxImm(f32 mtx[3][4], u32 id);
|
||||
void GXLoadTexMtxImm(f32 mtx[][4], u32 id, GXTexMtxType type);
|
||||
#endif
|
||||
void GXProject(f32 x, f32 y, f32 z, const f32 mtx[3][4], const f32 *pm, const f32 *vp, f32 *sx, f32 *sy, f32 *sz);
|
||||
void GXGetViewportv(f32 *vp);
|
||||
void GXSetViewport(f32 left, f32 top, f32 wd, f32 ht, f32 nearz, f32 farz);
|
||||
void GXSetCurrentMtx(u32 id);
|
||||
void GXSetViewportJitter(f32 left, f32 top, f32 wd, f32 ht, f32 nearz, f32 farz, u32 field);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue