core1/code_9D30.c progress

This commit is contained in:
Banjo Kazooie
2022-11-05 16:50:25 -05:00
parent 657f5a80b3
commit cf25186021
6 changed files with 54 additions and 9 deletions

View File

@@ -130,6 +130,7 @@ void func_80245FB8(float mf[4][4], u16 *perspNorm, float fovy, float aspect, flo
}
#endif
void guPerspective(Mtx *m, u16 *perspNorm, f32 fovy, f32 aspect, f32 near, f32 far, f32 scale) {
f32 sp28[4][4];