Add basic dol shiftability

Fixed an incorrect function name
This commit is contained in:
jdflyer
2022-01-11 21:12:44 -07:00
parent 50471c025b
commit c72012c5d8
5 changed files with 52 additions and 12 deletions
+1
View File
@@ -9,6 +9,7 @@ typedef float Mtx[3][4];
typedef float Mtx33[3][3];
typedef float Mtx23[2][3];
typedef f32 (*MtxP)[4];
typedef const f32 (*CMtxP)[4]; //Change name later?
extern "C" {
void PSMTXIdentity(Mtx matrix);