Implemented 1.2.5 for SDK

This commit is contained in:
Prakxo
2023-02-01 19:42:28 +01:00
parent 3d54e51b2a
commit 35ad9956c4
16 changed files with 255 additions and 27 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ void PPCMthid2(u32);
void PPCMtwpar(u32);
// void PPCDisableSpeculation(void);
void PPCDisableSpeculation(void);
void PPCSetFpNonIEEEMode(void);
+7
View File
@@ -0,0 +1,7 @@
#ifndef MATH_H
#define MATH_H
#include "types.h"
s16 sins(u16);
#endif